hi!
i have been making my first game for like, 4 months. Its an obby (wait, dont leave) that features moving, rotating, invisible, shrinking platforms and so on. Theres also custom animated checkpoint flags and other cool stuff
since its my first game ever, id really like feedback. just dont go too hard on me yeah
Wow very cool , if i’m not mistaken it’s concept is similar to Mario 3D World.
Also i agree with comments right up it’s very laggy , you should make a system where player would only see his own levels animated or try to do a script in server to manage levels for example if nobody is in level 15 then dont animate it etc
yeah i actually have that script, but every platform is running that code check every 2 seconds lol (definitely not a bad idea to have 200+ platforms doing that)
i should do like some kinda texture distance rendering swap, and make the code simpler or run it less often the further player is logarithmically
that game is very cool, had some trouble with some levels, but i eventually got through it ^^"
on level 110 there were massive lags, but if that’s your first game, nothing to worry about, it’s awesome
Yeah there is some weird lag going on… If i had to guess whats going on I would suggest its to do with the ice physics? But without being able to peak at the script i couldnt ay for sure. But there is a lot of processing going on each frame.
Other fixes i would suggest are a debounce for the space bar as its too easy to double tap. ad like a 0.1 second debounce after pressing space preventing it being tapped again untill 0.1 seconds have passed.
Also ice physics urgh… like people dont like ice physics… Clone everything make a new obby without the ice phyics then if you complete teleport to the one wth ice physics maybe? It’ll potentially double the amount of time people play.
apart from that really cool stuff.
Biggest problem is obby’s tend to be played by younger players who tend to be playing on phones tablets and lower end devices so make sure it works well on them.
Otherwise good luck a few bug fixes and you should be bringing in some decent robux