Advertisement
Phinlorian

a

Jan 10th, 2021
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while wait(0.01) do
  2. local part = Instance.new("Part")
  3. part.Anchored = false
  4. part.Position = Vector3.new(0,100,0)
  5. part.Reflectance = 1
  6. part.Parent = workspace
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement