Releasing my first game! come test it

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

(ps. this is a “testing” map so any data might be reset. gamepasses also temporarily cost 1 robux because i couldnt set them to 0. Thanks for playing!)
https://www.roblox.com/games/8819729848/Frost-Lava-Obby-testing#!/store

7 Likes

It’s very laggy, the Building look’s Amazing. Great job! :grinning:

2 Likes

Well I really doubt it’s your first game unless you’ve worked on other engines, anyways the game looks pretty good and polished and it’s also fun!

2 Likes

The only glitch is this
image
the button doesn’t work

3 Likes

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

2 Likes

aww thanks i try

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

1 Like

fixed. dont worry tho theres like 5 worse gamebreaking bugs in there that i havent fixed lol

First game? If that’s really true, 8/10 for those systems. If its really your first game, 10/10!.

(I like that flag animation once you touch it :smiley: )

2 Likes

I’m getting shiverburn galaxy vibes from this game. Cool, feels like mario galaxy.

1 Like

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

2 Likes

It’s really laggy, maybe make a settings menu to take away sound effects and textures. I really like it, it has a Mario feel to it.

1 Like

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

2 Likes