How To Script A 'Ticketmaster' System?

Hello all!

I am looking to create a ticket system, just like ticketmaster, for concerts/events. I have created the frontpage gui, but honestly I have no idea how to code such a system. So if anyone can give me suggestions or a step by step of what I should do, any help would be appreciated! I probably don’t have the coding skills myself, so I am open to working with anyone if they’d like to help :slight_smile:

The game link is before if anyone wants to check out the front page.

Game Link: Ticketer - Roblox

Thanks

2 Likes

I don’t think this is a good idea, that is perhaps due to my scepticism of it.

Will the games that use these tickets be in the same universe or will they be seperate universes?

They will be in the same universe

Well look, not really a scripter myself but I guess I can suggest something that you can do.

1- Setup Robase for your game. This is practically a Database for Roblox.
2- Tie both you Ticketer and Event game to the The database
3- Make the tickets have IDs. Save these IDs to the players Database data.
4- Then you can make the script to verify if the person has the said ID of the ticket.

Only problems you can get from this is the traffic of the database or maybe Double IDs. But those can be fixed.

1 Like

Thank you! I will look into Robase!