MLGDragonz

Untitled

Nov 24th, 2016
119
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("EXP", Player.PlayerGui.Sidescreens.LocalStats[statName].Value + give, "math.random() is the best thing ever")
Advertisement
Add Comment
Please, Sign In to add comment