Hey1234567

Untitled

Mar 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local g = Instance.new("Part", game.Workspace)
  2. Player = game.Players.LocalPlayer
  3. g.Anchored = true
  4. while true do
  5. g.CFrame = Player.Character.Torso.CFrame + Vector3.new(10,0,0)
  6. wait(0.01)
  7. end
  8.  
  9.  
  10.  
  11. local su = Instance.new("Sound", game.Workspace.Part)
  12. su.SoundId = "rbxassetid://634679980"
  13. su:Play()
Add Comment
Please, Sign In to add comment