Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i = 1,1500, .5 do
- A=3
- B=2
- a=2
- b=5
- phi=2
- x=A*math.sin(a*i+phi)
- z=B*math.sin(b*i)
- p = Instance.new("Part")
- p.CFrame = CFrame.new(Vector3.new(1000*x, 100, 1000*z))
- p.Size = Vector3.new(8,8,8)
- p.Anchored = true
- p.BottomSurface = "Smooth"
- p.TopSurface = "Smooth"
- p.Parent = game.Workspace
- p.BrickColor = BrickColor.new(217)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement