Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --RC7 Patch
- game.ReplicatedFirst.ChildAdded:connect(function(child)
- if child:IsA("LocalScript") then
- child.Disabled = true
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement