Advertisement
mr2meows

parter

Mar 15th, 2023 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while true do
  2. wait()
  3. local L = Instance.new("Part",script)
  4. L.Transparency = 1
  5. L.Locked = true
  6. L.CanQuery = false
  7. local h = script:Clone()
  8. h.Parent = script
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement