Me and a few friends have just started working on our first tycoon. Problem is we don't really have an understanding of how a tycoon works. For example, in a tycoon when you step on a button it disappears and new buttons appear and also part of the tycoon appears for the bought button but we don't know how to implement that into a script or where. Any tips or ideas?
You could use a Touched event for example...
function touch(hit) -- the function goes here end script.Parent.Touched:connect(touch)
If statement checking if the tycoon owner has the correct currency value to use the button Clones a new button and cframes it or enables collisions and changes transparency of an already existing button
I could help more if I knew how the tycoon worked, if it got the name of the owner and the paths of everything but if you need more help just tell me what with!
https://www.youtube.com/watch?v=BxCFp47pb-k - part 1 https://www.youtube.com/watch?v=zhqXqCNHvj8 - part 2 https://www.youtube.com/watch?v=aFNmcFqejAI - part 3
check out the tycoon kit aswell - https://www.roblox.com/library/182162455/berezaas-Tycoon-Kit-v1-9-FAV-IF-YOU-USE-D
study the scripts and stuff and implement them how you need them to be