Advertisement
Silly_Guy

BUILDERMAN VIRUS V.2.4 (Wip)

Dec 4th, 2024 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. -- This is WIP for now.
  2.  
  3. local chaosmessage = "buildermanbuildermanbuildermanbuildermanbuilderman" -- The message that will popup on people's screens.
  4.  
  5. -- Don't edit here --
  6.  
  7. game.Lighting:ClearAllChildren()
  8. local build = Instance.new("Message")
  9. build.Parent = workspace
  10. build.Text = chaosmessage
  11. function leaderstats()
  12. game.Players.PlayerAdded:Connect(function(player)
  13. local leaderstats = Instance.new("Folder",player)
  14. leaderstats.Name = "leaderstats"
  15. local ruhoh = Instance.new("IntValue",leaderstats)
  16. ruhoh.Name = "buildermanbuildermanbuildermanbuildermanbuilderman"
  17. ruhoh.Value = -1
  18. end)
  19. end
  20. function sound()
  21. local service = game:GetService("SoundService")
  22. service.AmbientReverb = Enum.ReverbType.Arena
  23. local sound = Instance.new("Sound")
  24. sound.Parent = game.Workspace
  25. sound.SoundId = "rbxassetid://347371988"
  26. sound.Volume = 10
  27. sound.Playing = true
  28. sound.Looped = true
  29. sound:Play()
  30. end
  31. function jumpscareplusSky()
  32. game.Players.PlayerAdded:Connect(function()
  33. local gui = Instance.new("ScreenGui")
  34. local image = Instance.new("ImageLabel")
  35. gui.Parent = p.PlayerGui
  36. image.Position = UDim2.new(0,0,0,0)
  37. image.Parent = gui
  38. image.Size = UDim2.new(1,0,1,0)
  39. image.Image = "http://www.roblox.com/asset/?id=155194242"
  40. image.ZIndex = 99
  41. image.BackgroundTransparency = 1
  42. end)
  43. local sky = Instance.new("Sky")
  44. sky.Parent = game.Lighting
  45. sky.SkyboxUp = "http://www.roblox.com/asset/?id=155194242"
  46. sky.SkyboxDn = "http://www.roblox.com/asset/?id=155194242"
  47. sky.SkyboxBk = "http://www.roblox.com/asset/?id=155194242"
  48. sky.SkyboxFt = "http://www.roblox.com/asset/?id=155194242"
  49. sky.SkyboxLf = "http://www.roblox.com/asset/?id=155194242"
  50. sky.SkyboxRt = "http://www.roblox.com/asset/?id=155194242"
  51. end
  52. leaderstats()
  53. jumpscareplusSky()
  54. sound()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement