Advertisement
WathWolfy

Untitled

Mar 22nd, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ypcall(function()
  2. game:GetService("Players").LocalPlayer.Character:FindFirstChild("BadScript"):Destroy()
  3. game:GetService("StarterPlayer").StarterCharacterScripts:FindFirstChild("BadScript"):Destroy()
  4. end)
  5. game:GetService("StarterPlayer").StarterCharacterScripts.ChildAdded:Connect(function(obj)
  6. if obj.Name == "BadScript" then
  7. game:GetService("StarterPlayer").StarterCharacterScripts:FindFirstChild("BadScript"):Destroy()
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement