Feedback on my obby note i will add more things later and this is my 1st game

I noticed a couple of things when I joined, it seemed that I couldn’t respawn back at stage 2 after dying. I’d also recommend switching avatar type to R6. R6 is more common and can allow for glitches such as corner clips and things like ladder flicks. R15 provides advantages to players with taller avatars and certain stages may not be compatible with avatars of different scaling. I’d also recommend instant respawn or something of the sort so players don’t need to wait long times to respawn. Also disable player collisions if you haven’t

2 Likes

Ok first of all what are player collisions and how do I do that? 2nd after dying in stage 2 where did you respawn? And lastly how do I make quick respawn?

Edit: I also changed to R6

Also Thank You for the feedback.

Tried playing again, seemed the respawning thing was a 1 time glitch or something (it was fixed when I came back).

You can refer to https://developer.roblox.com/en-us/api-reference/property/Players/RespawnTime for respawn time. Basically just find Players in explorer and set RespawnTime to 0

For player collisions you can go to https://developer.roblox.com/en-us/articles/Player-Player-Collisions

So, the main thing I would recommend is for your starterguis, make sure they don’t reset on spawn. It was slightly irritating, seeing the “welcome (player name here) to my game!” sign over and over, this will prevent that. Just keep working on cleaning it up, and it will get better and better. I don’t know if this was just me, but it was super laggy (I am on computer). If you have any free models from the toolbox, check them for viruses (which can cause lag). For one of your first games, this is great! Good job!

1 Like

Being honest, It’s all over the place, and the end stage is impossible, I feel like you didn’t put any effort into it.

The gui is good, apart from that, the builds have a non cleanlyness feel to it, and like @E_IsMyFavColor said, is a bit messy all around. I suggest making the whole obby a bit more cleanish and smoother looking.

How would I adjust that GUI? Here is the sript:

local playerName = game.Players.LocalPlayer.Name
local label = script.Parent
local frame = script.Parent.Parent

frame.Visible = true
label.Text = "Welcome To My Game "…playerName… “!”
wait (4)
frame.Visible = false

You don’t necessarily need to adjust the script, but the gui itself. Under StarterGui, click on your gui (not the frame). There should be an option that says “ResetOnSpawn”, uncheck it. Now, it shouldn’t reset whenever you die. Best of luck!

1 Like

Yep I did it and it works thank you

1 Like