chevron_leftchevron_leftchevron_left
    of     2   

ahpricot
#155231854Tuesday, February 03, 2015 3:05 AM GMT

@This/OP Look in my decals I got some assets from cookie clicker
2_GB
#155248570Tuesday, February 03, 2015 2:04 PM GMT

I'm not really aiming for views or money, just to get a good idea of scripting, anyway here is a cookie clicker template I made. Free For Use. http://www.roblox.com/Cookie-clicker-place?id=211758665
2_GB
#155263732Tuesday, February 03, 2015 9:19 PM GMT

Bumppppp any other cool game ideas? C:
BunnyBoy26
#155280622Wednesday, February 04, 2015 1:17 AM GMT

I think tycoons are dumb concepts for games intrinsically, but building one from scratch can really help improve your scripting skills.
2_GB
#155281697Wednesday, February 04, 2015 1:31 AM GMT

I dont think I can make a tycoon yet... I mean, I can make one just one without leaderboards cause I have no clue how to make a leaderboard.
BunnyBoy26
#155339569Thursday, February 05, 2015 12:23 AM GMT

unless the old mechanics got updated: game.Players.PlayerAdded:connect(function(p) local stats = Instance.new("Model",p) stats.Name = "leaderstats" local money = Instance.new("IntValue",stats) money.Name = "Money" end)
2_GB
#155911224Saturday, February 14, 2015 3:02 AM GMT

Yea, I guess they did, that doesn't work.
ahpricot
#155918511Saturday, February 14, 2015 4:46 AM GMT

learn how to make a leaderboard http://wiki.roblox.com/index.php?title=Leaderboard you can make a place w/ just atms to withdraw and deposit give money to player when you highlight over then or maybe some way to make money in game
2_GB
#155933070Saturday, February 14, 2015 2:09 PM GMT

devDave! That's actually what iv been doing! Im making an atm that when you click it it takes away 1/2 of your money and the other gives it back.

chevron_leftchevron_leftchevron_left
    of     2