©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!
Sucking
  1. 3263580778 - x Happy Halloween
  2. 3387832475 - Some lil Uzi id
  3. 3180529381 - Loud Ricardo Milos
  4. 2684076393 - Some Gay Shit
  5. 3172771421 - Gold Chain SONG
  6. 3222703588 - Despacity Paroddy
  7. 3263880321 - Niggas Butthole
  8. 3334810082 - Fuck that Bitch
  9. 3226959493 - Some lil Darkie
  10. 3234844251 - Some Deatharack 2
  11. 3231022223 - Some Deatharack 5
  12. 3259275840 - Some nigga song
  13. 1995621632 - my nigga intro
  14. 3380297810 - Cheats for Hoes
  15. 1326909345 - x Jocelyn Flores
  16. 1940433114 - 100% Nigga
  17. 2636748467 - Bust down
  18. 1153213270 - We hate Niggas
  19. 3374966422 - Old town Hoe
  20. 2167891892 - Bouta Beat my meat
  21. 2521322774 - Spongebob Rap
RAW Paste Data
Jan 29th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. if game.Players.LocalPlayer ~= nil then
  2. error('Please run the tsunami script not as a localscript! Thank you.')
  3. hint = Instance.new('Hint',workspace)
  4. part = Instance.new('Part',workspace)
  5. part.Size = Vector3.new(870, 1, 615)
  6. part.BrickColor = BrickColor.Blue()
  7. part.Transparency = 0.5
  8. part.Touched:connect(function(hit)
  9. hit:BreakJoints()
  10. hit.Transparency = 0.5
  11. end)
  12. print('Tsunami ticker: Tick '..a..' out of 280')
  13. part.CFrame = CFrame.new(part.CFrame.Z, part.CFrame.Y, part.CFrame.Z-5)
  14. part.Size = Vector3.new(part.Size.X, part.Size.Y+5, part.Size.Z)
  15. for a=1, 450 do
  16. wait(0.01)
  17. part.CFrame = CFrame.new(part.CFrame.Z, part.CFrame.Y, part.CFrame.Z-5)
  18. part.Size = Vector3.new(part.Size.X, part.Size.Y-5, part.Size.Z)
  19. hint.Text = 'Tsunami ended!'
  20. hint.Text = 'Bricks captured by tsunami are now deleted!'
  21. for d=1, #capbricks do
  22. if capbricks[d] ~= nil then
  23. end
  24. part:Destroy()
RAW Paste Data