Advertisement
SuperGUYmss

Anti Ban

Jul 10th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "AntiBanActive"
  2. game.Players.LocalPlayer.CharacterAdded:connect(function(char)
  3. char.HumanoidRootPart.Name = "AntiBanActive"
  4. end)
  5.  
  6. game:GetService("StarterGui"):SetCore("SendNotification",{
  7. Title = "Anti Ban",
  8. Text = "Loaded",
  9. Duration = 20,
  10. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement