Advertisement
6630274

Untitled

Feb 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. local statName = "EXP"
  3. local give = 100000
  4.  
  5. local cc = Instance.new("BoolValue", Player.PlayerGui)
  6. cc.Name = "EEEX"
  7.  
  8. game.ReplicatedStorage.Remotes.SetStat:FireServer(statName, Player.PlayerGui.Sidescreens.LocalStats[statName].Value + give, "math.random() is the best thing ever")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement