Advertisement
TheRobloxGuy

BIG MEME

Jul 7th, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local sound = Instance.new("Sound", game.Workspace)
  2. wait(1)
  3.  
  4. local Humanoid Instance.new("Humanoid", game.StarterPlayer)
  5.  
  6. sound.SoundId = "rbxassetid://5054555073"
  7. sound.Looped = true
  8. sound:Play()
  9.  
  10. game.StarterPlayer.Humanoid.Name = "StarterHumanoid"
  11. game.StarterPlayer.StarterHumanoid.WalkSpeed = 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement