Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BorderSizePixel = 0
- Frame.Size = UDim2.new(0, 0, 0, 0)
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.111553803, 0, 0.009422848, 0)
- TextLabel.Size = UDim2.new(0, 1, 0, 1)
- TextLabel.Font = Enum.Font.SourceSansLight
- TextLabel.Text = "newgui"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 10
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(1, 0.843137, 0.843137)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.111553788, 0, 0.0871613622, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSansLight
- TextButton.Text = "BEGIN"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextSize = 40
- -- Scripts:
- TextButton.MouseButton1Down:connect(function()
- for _,v in pairs(game:GetService("Players"):GetPlayers()) do
- game.ReplicatedStorage.Remotes_Gameplay.Ragdoll:FireServer(false, v.Character.LowerTorso.Root);
- end;
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement