Advertisement
vtrvsted

A universal time

Aug 16th, 2021
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. _G.colors = {
  2. ["common"] = Color3.fromRGB(255, 255, 255);
  3. ["uncommon"] = Color3.fromRGB(0, 255, 0);
  4. ["rare"] = Color3.fromRGB(0, 0, 255);
  5. ["epic"] = Color3.fromRGB(255, 0, 255);
  6. ["legendary"] = Color3.fromRGB(255, 255, 0)
  7. }
  8.  
  9. loadstring(game:HttpGet("https://raw.githubusercontent.com/vozoid/scripts/master/A_Universal_Farmer.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement