SHOW:
|
|
- or go back to the newest paste.
1 | - | print([[ |
1 | + | for i,v in pairs(workspace:GetChildren()) do |
2 | - | ___________________________________ |
2 | + | pcall(function() |
3 | - | |
3 | + | if not game.Players:GetPlayerFromCharacter(v) or game.Workspace.CurrentCamera(v) then |
4 | - | Booty Offender // A Kyutatsuki13's script |
4 | + | v:Destroy() |
5 | - | Build 0001 |
5 | + | end |
6 | - | Credit to Ethanhong that gave me this idea ;) |
6 | + | end) |
7 | - | https://discord.gg/DueqyJ8 |
7 | + | |
8 | - | |
8 | + | wait(1) |
9 | - | ___________________________________ |
9 | + | s = Instance.new("Sound", game.Workspace) |
10 | - | ]]) |
10 | + | s.SoundId = "rbxassetid://138095887" |
11 | - | |
11 | + | s.Playing = true |
12 | - | warn("You're Not Welcome, "..game:GetService("Players").LocalPlayer.Name.." :)") |
12 | + | s.Looped = true |
13 | - | |
13 | + | Model = game:GetObjects('rbxassetid://01313210747')[1] |
14 | - | local p = game:GetService("Players").LocalPlayer |
14 | + | Model.Parent = game.Workspace |
15 | - | local char = p.Character |
15 | + | Model:MoveTo(game.Players.LocalPlayer.Character.Torso.Position) |
16 | - | local mouse = p:GetMouse() |
16 | + | Model:MakeJoints() |
17 | - | local larm = char:WaitForChild("Left Arm") |
17 | + | game.Lighting.TimeOfDay = 1 |