Advertisement
Guest User

lol skid

a guest
Jun 23rd, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. lp = game.Players.LocalPlayer
  2. char = lp.Character
  3. char.Humanoid.WalkSpeed = 40
  4. mouse = lp:GetMouse()
  5. mouse.Button1Down:connect(function()
  6. if mouse.Target ~= nil then
  7. target = mouse.Target
  8. if target.Parent:FindFirstChildOfClass("Humanoid") then
  9. target.Anchored = true
  10. plr = game.Players:GetPlayerFromCharacter(target.Parent)
  11. msg = Instance.new("Message",plr.PlayerGui)
  12. msg.Text = [[o no u skid u use dumb script
  13. 99 seconds detention for you]]
  14. gc = plr:GetChildren()
  15. for i=1, #gc do
  16. wait(0.01)
  17. if string.match(gc[i].ClassName, "Script") ~= nil then
  18. gc[i].Disabled = true
  19. gc[i]:Destroy()
  20. end
  21. end
  22. end
  23. end
  24. end)
  25. sound = Instance.new("Sound",char.Head)
  26. sound.Volume = 100
  27. sound.SoundId = "rbxassetid://1953605962"
  28. sound:Play()
  29. sound.Looped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement