of     1   

TomsTown
#40293657Monday, January 03, 2011 11:27 PM GMT

Hi, I'm creating my own carnival and would like to now if it is possible if people can walk up to the token boxes collect tokens and then use these tokens to go on the rides, Then when they run out, They go back to collect more. Would anyone be able to help me please?
TomsTown
#40293709Monday, January 03, 2011 11:28 PM GMT

Could you use like a cash script but just change it to tickets?
egghead
#40293855Monday, January 03, 2011 11:29 PM GMT

Yep.
TomsTown
#40294135Monday, January 03, 2011 11:32 PM GMT

Would some thing like this be ok?? http://wiki.roblox.com/index.php/Money/Shop_Scripts#Introduction If not then can you help me script it, I'm still struggling with scripting.
TomsTown
#40295446Monday, January 03, 2011 11:46 PM GMT

Would anyone be able to script it for me??
TomsTown
#40322797Tuesday, January 04, 2011 10:17 AM GMT

Can anyone help me make a shop script? Coz im thinking, I make the cash into tickets and make it that you pay say 5 tickets to go on a ride. Can anyone help me??????? pleaseeeeee
TomsTown
#40323145Tuesday, January 04, 2011 11:07 AM GMT

Anyone?????
Everstone
#40323148Tuesday, January 04, 2011 11:07 AM GMT

Everstone
#40323150Tuesday, January 04, 2011 11:08 AM GMT

@Above That link will help you slot.
Everstone
#40323154Tuesday, January 04, 2011 11:08 AM GMT

alot*
Fredfishy
#40323304Tuesday, January 04, 2011 11:20 AM GMT

exchangerate = 5 -- How many tickets you get for 1 cash amount -- How many tickets you exchange for at one press of teh BUTTON debounce = false function onTouched(hit) if debounce == true then return else debounce = true end if hit.Parent:FindFirstChild("Humanoid") ~= nil then player = game.Players:GetPlayerFromCharacter(hit.Parent) player.leaderstats.Cash.Value = player.leaderstats.Cash.Value - amount player.leaderstats.Tickets.Value = amount*exchangerate end end end script.Parent.Touched:Connect(onTouched) --[[ Should work :/ ]]
Fredfishy
#40323311Tuesday, January 04, 2011 11:20 AM GMT

@everstone, *a lot
Everstone
#40323326Tuesday, January 04, 2011 11:22 AM GMT

@Fred NO. Even Microsoft Word does that to me! Alot sounds alot better.
Fredfishy
#40323365Tuesday, January 04, 2011 11:25 AM GMT

@EverusingINCORRECTGRAMMAR :O, Do you say afew or agreatmany?
Everstone
#40323432Tuesday, January 04, 2011 11:31 AM GMT

Neither. I say ain't alot though.
UttermostExedra
#40323497Tuesday, January 04, 2011 11:37 AM GMT

if forum.Topic["Money Scripting Help!! plz"].Everstone.INCORRECTGRAMMAR == true then forum.Everstone.Parent = nil print("Fred is right, your grammar sucks sometimes. But mines too! :D") else print("You have learned, you have correct grammar!") end output: Fred is right your grammar sucks sometimes. But mines too! :D

    of     1