local time = 1 #длительность в секундах wait(time) local w = workspace:GetChildren() for i = 1, #w do if w[i].Name == "scaryhuman" then w[i]:Destroy() end end
game.Workspace.scaryhuman.Parent = game.ServerStorage
function scary()
sound.Playing = true
game.ServerStorage.scaryhuman.Parent = game.Workspace
end
script.Parent.Touched:Connect(scary)