Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- lp = game.Players.LocalPlayer
- char = lp.Character
- char.Humanoid.WalkSpeed = 40
- mouse = lp:GetMouse()
- mouse.Button1Down:connect(function()
- if mouse.Target ~= nil then
- target = mouse.Target
- if target.Parent:FindFirstChildOfClass("Humanoid") then
- target.Anchored = true
- plr = game.Players:GetPlayerFromCharacter(target.Parent)
- msg = Instance.new("Message",plr.PlayerGui)
- msg.Text = [[o no u skid u use dumb script
- 99 seconds detention for you]]
- gc = plr:GetChildren()
- for i=1, #gc do
- wait(0.01)
- if string.match(gc[i].ClassName, "Script") ~= nil then
- gc[i].Disabled = true
- gc[i]:Destroy()
- end
- end
- end
- end
- end)
- sound = Instance.new("Sound",char.Head)
- sound.Volume = 100
- sound.SoundId = "rbxassetid://1023775802"
- sound:Play()
- sound.Looped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement