Advertisement
for_trolls

yes

Feb 17th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. char.Humanoid.WalkSpeed = 0
  2. local boost = Instance.new("Sound",char)
  3. boost.SoundId = "rbxassetid://4640139088"
  4. boost.Volume = 4
  5. boost.Looped = true
  6. boost:Play()
  7. coroutine.wrap(function()
  8. while true do
  9. wait(0.01)
  10. if boost.Parent == nil then
  11. boost.Parent = char
  12. end
  13. end
  14. end)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement