Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local hint = Instance.new('Hint', Workspace) -- Insert a new hint in the Workspace.
- hint.Text = "Brick spam activated! will start in 5 seconds. R.I.P Server" -- Set the text of the hint to "Hello World!".
- wait(5)
- hint:Destroy() -- Remove the hint after 10 seconds.
- while true do
- Part = Instance.new('Part', game.Workspace)
- while true do
- Part.BrickColor = BrickColor.new(math.random(), math.random(), math.random())
- wait(0.5)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement