Advertisement
Axprotss

Raining tacos test 3

Aug 17th, 2022 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. while true do
  2. wait(0.1)
  3. local p = Instance.new('Part')
  4. local M = Instance.new('SpecialMesh')
  5. p.Transparency = 1
  6. p.Parent = game.Workspace
  7. p.Position = Vector3.new ((math.random(-100, 100)),100,(math.random(-100,100)))
  8. p.Size = Vector3.new(1, 1, 1)
  9. p.BrickColor = BrickColor.new(11)
  10. M.Parent = p
  11. M.Scale = Vector3.new(0.7, 0.7, 0.7)
  12. M.MeshId = "rbxassetid://14846869"
  13. M.TextureId = "rbxassetid://14846834"
  14. p.Locked = true
  15. p.Anchored = false
  16. p.CanCollide = true
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement