Cakey3101

Codes Config

May 23rd, 2025 (edited)
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | Source Code | 0 0
  1. local Codes = {
  2.     {
  3.         CodeName = "Release",
  4.         CurrencyType = "Rings",
  5.         AmountToGive = 5_000,
  6.         Expire = 1767196800
  7.     },
  8.     {
  9.         CodeName = "Expired",
  10.         CurrencyType = "Rings",
  11.         AmountToGive = 5_000,
  12.         Expire = 1
  13.     },
  14. }
  15.  
  16. return Codes
Tags: robloxstudio
Advertisement
Add Comment
Please, Sign In to add comment