Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- This is WIP for now.
- local chaosmessage = "buildermanbuildermanbuildermanbuildermanbuilderman" -- The message that will popup on people's screens.
- -- Don't edit here --
- game.Lighting:ClearAllChildren()
- local build = Instance.new("Message")
- build.Parent = workspace
- build.Text = chaosmessage
- function leaderstats()
- game.Players.PlayerAdded:Connect(function(player)
- local leaderstats = Instance.new("Folder",player)
- leaderstats.Name = "leaderstats"
- local ruhoh = Instance.new("IntValue",leaderstats)
- ruhoh.Name = "buildermanbuildermanbuildermanbuildermanbuilderman"
- ruhoh.Value = -1
- end)
- end
- function sound()
- local service = game:GetService("SoundService")
- service.AmbientReverb = Enum.ReverbType.Arena
- local sound = Instance.new("Sound")
- sound.Parent = game.Workspace
- sound.SoundId = "rbxassetid://347371988"
- sound.Volume = 10
- sound.Playing = true
- sound.Looped = true
- sound:Play()
- end
- function jumpscareplusSky()
- game.Players.PlayerAdded:Connect(function()
- local gui = Instance.new("ScreenGui")
- local image = Instance.new("ImageLabel")
- gui.Parent = p.PlayerGui
- image.Position = UDim2.new(0,0,0,0)
- image.Parent = gui
- image.Size = UDim2.new(1,0,1,0)
- image.Image = "http://www.roblox.com/asset/?id=155194242"
- image.ZIndex = 99
- image.BackgroundTransparency = 1
- end)
- local sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=155194242"
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=155194242"
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=155194242"
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=155194242"
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=155194242"
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=155194242"
- end
- leaderstats()
- jumpscareplusSky()
- sound()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement