Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1.  
  2. --Important
  3. local plr = game.Players.LocalPlayer
  4. local gui = plr.PlayerGui
  5. local gamevalue = gui.GameValues
  6. local maingui = gui.Main
  7.  
  8. --Perk
  9. gamevalue.Perk1.Value = 1
  10. gamevalue.Perk2.Value = 1
  11. gamevalue.Perk3.Value = 1
  12.  
  13. --Customize Furniture tool
  14. gamevalue.OwnsCustomizeTool.Value = true
  15.  
  16. --Catalog access
  17. gamevalue.OwnsCatalogAccess.Value = true
  18.  
  19. --Daily bonus
  20. maingui.DailyBonus.Day.Value = 5
  21.  
  22. --Open rotune
  23. maingui.Phone.Screen.MetaFrame.Apps1.RoTunes.Visible = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement