Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. colours = {
  2. ["VRare"] = Color3.new(255, 89, 89),
  3. ["Rare"] = Color3.new(4, 175, 236),
  4. ["Uncommon"] = Color3.new(0, 255, 0),
  5. ["Common"] = Color3.new(163, 162, 165)
  6.  
  7. }
  8.  
  9. if v.Color.Color3 == colours[rarity] then
  10. print("s")
  11. randLoot.Parent = v
  12. randLoot.Position = v.Position
  13. else
  14. print("s2")
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement