©2021 Roblox Corporation. Roblox, the Roblox logo and Powering Imagination are among our registered and unregistered trademarks in the U.S. And other countries. Redeeming your Roblox promo codes is very simple: Head over to the code redemption page of the official Roblox website. Log in, type in your code and click the green redeem button. Enjoy your free things! Beware there are sites that try steal your account so always make sure that you are on the official Roblox website.
Jul 7th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- 3263580778 - x Happy Halloween
- 3387832475 - Some lil Uzi id
- 3180529381 - Loud Ricardo Milos
- 2684076393 - Some Gay Shit
- 3172771421 - Gold Chain SONG
- 3222703588 - Despacity Paroddy
- 3263880321 - Niggas Butthole
- 3334810082 - Fuck that Bitch
- 3226959493 - Some lil Darkie
- 3234844251 - Some Deatharack 2
- 3231022223 - Some Deatharack 5
- 3259275840 - Some nigga song
- 1995621632 - my nigga intro
- 3380297810 - Cheats for Hoes
- 1326909345 - x Jocelyn Flores
- 1940433114 - 100% Nigga
- 2636748467 - Bust down
- 1153213270 - We hate Niggas
- 3374966422 - Old town Hoe
- 2167891892 - Bouta Beat my meat
- 2521322774 - Spongebob Rap
RAW Paste Data
Jan 29th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- if game.Players.LocalPlayer ~= nil then
- error('Please run the tsunami script not as a localscript! Thank you.')
- hint = Instance.new('Hint',workspace)
- part = Instance.new('Part',workspace)
- part.Size = Vector3.new(870, 1, 615)
- part.BrickColor = BrickColor.Blue()
- part.Transparency = 0.5
- part.Touched:connect(function(hit)
- hit:BreakJoints()
- hit.Transparency = 0.5
- end)
- print('Tsunami ticker: Tick '..a..' out of 280')
- part.CFrame = CFrame.new(part.CFrame.Z, part.CFrame.Y, part.CFrame.Z-5)
- part.Size = Vector3.new(part.Size.X, part.Size.Y+5, part.Size.Z)
- for a=1, 450 do
- wait(0.01)
- part.CFrame = CFrame.new(part.CFrame.Z, part.CFrame.Y, part.CFrame.Z-5)
- part.Size = Vector3.new(part.Size.X, part.Size.Y-5, part.Size.Z)
- hint.Text = 'Tsunami ended!'
- hint.Text = 'Bricks captured by tsunami are now deleted!'
- for d=1, #capbricks do
- if capbricks[d] ~= nil then
- end
- part:Destroy()
RAW Paste Data