Advertisement
otorp2

roblox simple cframe no roy

Nov 26th, 2017
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. q = Instance.new("Part")
  2. q.Parent = workspace
  3. for i = 1, 10 do
  4. wait(2)
  5. q.CFrame = CFrame.new(q.CFrame.X+i,q.CFrame.Y ,q.CFrame.Z)
  6.  
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement