Advertisement
otorp2

roblox get player pos in plyr scripts

Dec 24th, 2017
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. workspace.Model.PrimaryPart = workspace.Model.prim
  2.  
  3. while true do
  4. for i = 1, 50 do
  5. wait()
  6. workspace.Model:SetPrimaryPartCFrame(CFrame.new(workspace.Model.PrimaryPart.Position +Vector3.new(1,0,0)))
  7. end
  8. for i = 1, 50 do
  9. wait()
  10. workspace.Model:SetPrimaryPartCFrame(CFrame.new(workspace.Model.PrimaryPart.Position +Vector3.new(-1,0,0)))
  11.  
  12. end
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement