Hi!
Recently I’ve been getting a little bored, so I would love it if someone could suggest some game ideas to me. I want to keep myself busy while also improving my scripting, modeling, and UI.
Any help is appreciated. TIA!
Hi!
Recently I’ve been getting a little bored, so I would love it if someone could suggest some game ideas to me. I want to keep myself busy while also improving my scripting, modeling, and UI.
Any help is appreciated. TIA!
Maybe you could try to recreate a board game onto Roblox, like “Candyland” or “Mouse Trap” but with a unique and interesting theme.
Hm, you could try to improve your speed of coding, it’s really useful and it’s not boring as it could be exposed
Try to learn hotkeys
Try to code something in a time params
Anything other that is related to speed coding(think of algorithms you always do when starting a new project)
Thanks for the idea, could you maybe give me an example of something I could speed-code, that would be great!
Sorry for the long response, here is some example of What you can to speed code:
script.Parent.Touched:Connect(function(part)
print("Part Touched"..part.Name)
end)
My record was about 9.845 Seconds. You could try to beat it
Try testing the game engine to make sure it runs fast. To do this, try running the game engine multiple times and see if it breaks or crashes.
For a game idea, I recommend any PvE game, since I really don’t see enough of those on the platform.