Advertisement
dahpiglz

Untitled

Jun 20th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while true do
  2. wait(0.1)
  3. p = Instance.new("StarterPlayer")
  4. p.Parent = game.Workspace
  5. p.CameraMode = ("LockFirstPerson")
  6.  
  7. p = Instance.new("PartOperation")
  8. p.Parent = game.Workspace
  9. p.Position = Vector3.new(0, 25, 0)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement