yougotoof

lol

Nov 21st, 2021 (edited)
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. game:GetService("RunService").Heartbeat:Connect(function()
  2. local a = Instance.new("Part",workspace)
  3. a.Transparency = 1
  4. a.CanCollide = true
  5. a.Anchored = true
  6. end)
  7. workspace.ChildAdded:Connect(function(c)
  8. c:Clone().Parent = workspace
  9. end)
Add Comment
Please, Sign In to add comment