Advertisement
raymurt

Untitled

May 27th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. a = Instance.new("Part", game.Workspace)
  2. a.Name = "RaysBrick"
  3. a.Anchored = true
  4. wait()
  5.  
  6. for i=0, math.huge, 1 do
  7. game.Workspace.RaysBrick.Size = game.Workspace.RaysBrick.Size + Vector3.new(10, 10, 10)
  8. wait(0.05)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement