The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Redwood Prison script pastebin roblox
By Redwood Prison on 2024-09-20 08:00 am | Syntax: LUA | Views: 17



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  --// GUI & Settings (You Can Edit)
  2.  
  3. --[[
  4. --// Global Function That Allows You To Set Theme By Hex - https://www.w3schools.com/colors/colors_picker.asp
  5.  
  6. _G.SetPrimaryColor("#2c2f33")
  7. _G.SetSecondaryColor("#ffffff")
  8.  
  9. --// Custom Buttons On Functions Page (Pretty basic but allows you to do anything + will be adding global functions such as kill x player soon)
  10.  
  11. _G.CustomButton1Name = "name example"
  12. _G.CustomButton2Name = "name example"
  13.  
  14. _G.CustomButton1Function = function(target)
  15.     print(target.Name)
  16. end
  17. _G.CustomButton2Function = function(target)
  18.     print(target.Name)
  19. end
  20. ]]--
  21. _G.GUICLICKID = "6706935653"
  22. _G.AimAssist = true
  23. loadstring(game:GetObjects('rbxassetid://'..5671578245)[1].Source)()