I really need help with this

Yeah, but everyone can see it, and you have to reset your character in order to see it I think.

I only want the player to see the gui because it would be pretty annoying opening the egg to get a character and u can see the other peoples gui of rolling it

StarterGui. Think of it like a folder that contains GUI. This GUI is cloned to the player from the server on join. PlayerGUI, the Gui on the client’s screen, only you can see it, but others can’t.

2 Likes

Oh ok, thank you for informing me about this!

You really did fix the problem! Thank you so much for fixing it for me, i was really struggling finding out the problem

Frankly, try to do it yourself following the hints from the video. You already have scripts, which, roughly speaking, might interfere later with the proper functioning of the GUI. Since I see that you are not very experienced, I recommend writing everything not in a single script, but in multiple ones. It will be easier to understand what goes where

That’s great! I’m leaving another copy as a bonus, slightly enhanced with window animation and button color change.
Ninja Chronicles AnimChangeCol.rbxl (352.4 KB)

One more thing also, how do i make it so when the buy button is pressed with the door value being less than the player moneys value, the door gets destroyed and dissapears? Or even just make it transparent and collidable, i just want it to dissapear when bought.

You need to do this with a LocalScript because it should only disappear for a specific player. You can create a RemoteEvent from the server script, and upon purchase and when the player enters the game, send an event indicating the player’s door level. After that, you can either delete the Part entirely or hide it, and remove its collision.
If you want, you can add me as a friend on the Roblox website and message me there, or directly here. I could help you with that.

1 Like

Sure! ill add you on roblox so you can help me with it

Ive been trying to make the door dissapear on the buy i cant seem to locate the door in the local variable, and when i somehow tried too it gave me an error

I will write to you in the messages.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.