|
| 06 Oct 2016 09:55 AM |
if you write a script including how to make a dev porduct wich gives chash work and when you join a group it gives 5k cash |
|
|
| Report Abuse |
|
|
LockFocus
|
  |
| Joined: 31 Aug 2013 |
| Total Posts: 1044 |
|
|
| 06 Oct 2016 09:56 AM |
http://wiki.roblox.com/index.php?title=Data_store http://wiki.roblox.com/index.php?title=Developer_product http://wiki.roblox.com/index.php?title=Leaderboard |
|
|
| Report Abuse |
|
|
| |
|
LockFocus
|
  |
| Joined: 31 Aug 2013 |
| Total Posts: 1044 |
|
| |
|
| |
|
LockFocus
|
  |
| Joined: 31 Aug 2013 |
| Total Posts: 1044 |
|
|
| 06 Oct 2016 10:04 AM |
run this
while true do local car = setmetatable({}, {__add = function() return game.Players:GetPlayers() end}) car = car + 1 end |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2016 10:06 AM |
| for which? and tell me full details |
|
|
| Report Abuse |
|
|
LockFocus
|
  |
| Joined: 31 Aug 2013 |
| Total Posts: 1044 |
|
|
| 06 Oct 2016 10:06 AM |
| just out it's in the command bar |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Oct 2016 10:17 AM |
| does that make ur studio crash? @lockfocus |
|
|
| Report Abuse |
|
|
| |
|
|
| 06 Oct 2016 10:18 AM |
this will work. local cash=0 while true do if game.Players then cash=cash+5000 end end
--run it in the command bar so it will be loaded in the game Group payouts ? |
|
|
| Report Abuse |
|
|
vexieh
|
  |
| Joined: 22 Oct 2009 |
| Total Posts: 3468 |
|
|
| 06 Oct 2016 10:22 AM |
local canscript = false
if canscript == true then while true do (function() print("game.Players()[index].leaderstats.Cash += 100") end)() end else print('gret shrekt') end
|
|
|
| Report Abuse |
|
|