Hello! I'm looking to code a game like Strongman Simulator, and was havinf trouble finding tutorials on how to make a game like it. I was wondering if anyone had any recommendations on good tutorials to watch to start coding a game like Strongman Simulator. (I've tried using various AI models to search for videos, yet none of them could understand its game format). Thank You!
#Strongman Simulator Like Game
1 messages · Page 1 of 1 (latest)
Just don't do it off of tutorials
Ur not gonna understand any piece of ur code
It's basically useless
You could use a template rather than following a tutorial because it's almost the same thing
Yeah Dani's right, using a tutorial will make you mindlessly copy everything without taking anything in. You might as well use a template or some kind of AI that will make it for you. But really none of that will help you late down the line. Instead try to code it in by yourself and if you get stuck look up that specific element of the code you're messing up and fix it. Looking up how to do smaller things will help you soak in the information better and keep you grounded
If you use a tutorial you might end up to a point where it's not working and just get frustrated and quit the project
I recommend watching a few tutorials about the most basic general things if ur a complete beginner. Also the official roblox doc is really good.https://create.roblox.com/docs/reference/engine
Like for example values and basic loops
Hey thanks for the help! @unique phoenix and @slate raft I appreciate the info!