Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would you convert strength to cash?

Asked by 5 years ago

I'm making a lifting sim type game so how would you convert the strength to cash? How would you do the script? I'm sorry for asking I'm a newbie at scripting.

0
This is more of a request. You should at least attempt the script yourself before asking here. I recommend the https://developer.roblox.com/en-us wiki. FallenZalio 99 — 5y
0
Firstly you'd make the values and then whenever you go into a shop or GUI and click convert to cash, set the cash value to whatever the strength value is and then change the strength to 0. TheOnlySmarts 233 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Since there's no special script her. I'll try to explain what you can do. Let's say 1 strenght = 5 cash. Then you can simply do money = strength * 5

Ad

Answer this question