Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ypcall(function()
- game:GetService("Players").LocalPlayer.Character:FindFirstChild("BadScript"):Destroy()
- game:GetService("StarterPlayer").StarterCharacterScripts:FindFirstChild("BadScript"):Destroy()
- end)
- game:GetService("StarterPlayer").StarterCharacterScripts.ChildAdded:Connect(function(obj)
- if obj.Name == "BadScript" then
- game:GetService("StarterPlayer").StarterCharacterScripts:FindFirstChild("BadScript"):Destroy()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement