Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Music = Instance.new("Sound", owner.character.Head)
- Music.SoundId = "rbxassetid://6333544339"
- Music.Volume = 1
- Music:Play()
- owner.Character.Torso.Anchored = true
- wait(3)
- Backup = owner.Character.HumanoidRootPart.CFrame
- cant = true
- coroutine.wrap(function()
- while cant do
- owner.Character.HumanoidRootPart.CFrame = owner.Character.HumanoidRootPart.CFrame * CFrame.new(0,-0.2,0)
- task.wait()
- end
- end)()
- wait(2)
- cant = false
- owner.Character.HumanoidRootPart.CFrame = Backup
- wait(0.1)
- owner.Character.Torso.Anchored = false
Advertisement
Add Comment
Please, Sign In to add comment