Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- model.Parent = workspace
- for i = 0, 6.3, .1 do
- y = 10*math.sin(i)
- local circle = Instance.new("Part")
- circle.Size = Vector3.new(.5,.5,.5 )
- circle.Parent = model
- circle.CFrame = CFrame.new(Vector3.new(i,y,0))
- wait(.3)
- print(i,y) end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement