Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(2)
- toadsky = Instance.new("Sky")
- toadsky.Parent = game:GetService("Lighting")
- toadsky.SkyboxBk = "rbxassetid://1051820834"
- toadsky.SkyboxDn = "rbxassetid://1051820834"
- toadsky.SkyboxFt = "rbxassetid://1051820834"
- toadsky.SkyboxLf = "rbxassetid://1051820834"
- toadsky.SkyboxRt = "rbxassetid://1051820834"
- toadsky.SkyboxUp = "rbxassetid://1051820834"
- RAININGMEN = Instance.new("Sound")
- RAININGMEN.Name = "holy heck"
- RAININGMEN.Parent = workspace
- RAININGMEN.SoundId = "rbxassetid://445658142"
- RAININGMEN.Volume = 8
- RAININGMEN.Looped = true
- DISTORT = Instance.new("DistortionSoundEffect")
- DISTORT.Level = 1
- DISTORT.Parent = RAININGMEN
- RAININGMEN:Play()
- iNVERT = Instance.new("ColorCorrectionEffect")
- iNVERT.Parent = game:GetService("Lighting")
- iNVERT.Contrast = -2
- iNVERT.Saturation = 4
- for _,i in pairs(workspace:GetChildren()) do
- if i:IsA("Model") and i:FindFirstChild("HumanoidRootPart") ~= nil then
- local newtorso = i.HumanoidRootPart:Clone()
- for _,i1 in pairs(newtorso:GetChildren()) do i1:Destroy()end
- newtorso.Anchored = true
- BillboardGui0 = Instance.new("BillboardGui")
- TextLabel1 = Instance.new("TextLabel")
- BillboardGui0.Parent = newtorso
- BillboardGui0.Size = UDim2.new(0, 200, 0, 200)
- BillboardGui0.AlwaysOnTop = true
- TextLabel1.Parent = BillboardGui0
- TextLabel1.Transparency = 1
- TextLabel1.Size = UDim2.new(1, 0, 1, 0)
- TextLabel1.Text = "Toad was here"
- TextLabel1.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel1.BackgroundTransparency = 1
- TextLabel1.BorderSizePixel = 0
- TextLabel1.Font = Enum.Font.SourceSans
- TextLabel1.FontSize = Enum.FontSize.Size32
- TextLabel1.TextColor3 = Color3.new(1, 1, 1)
- TextLabel1.TextStrokeTransparency = 0
- TextLabel1.TextWrapped = true
- newtorso.Parent = workspace
- i:Destroy()
- end
- end
- message = Instance.new("Message")
- message.Text = "get toadroasted"
- message.Parent = workspace
Add Comment
Please, Sign In to add comment