Advertisement
fireband12

Untitled

Jun 27th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. for i = 1,40, .1 do
  2.  
  3. y=100*math.sin(i)
  4.  
  5. p = Instance.new("Part")
  6. p.CFrame = CFrame.new(Vector3.new(100*i, y+100, 0))
  7. p.Size = Vector3.new(8,8,8)
  8. p.Anchored = true
  9. p.BottomSurface = "Smooth"
  10. p.TopSurface = "Smooth"
  11. p.Parent = game.Workspace.fireband12
  12. p.BrickColor = BrickColor.new(26)
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement