
Okay, as you can see I have a script that turns on the menu when you touch the door. It seems like it should work, but why do you when you touch all the prints are shown, but the menu does not appear? What is the problem?
You changing the version that is stored on StarterGui
what you need to do is
local BuyVip = game.Players.LocalPlayer.PlayerGui:WaitForChild("Donate"):WaitForChild("BuyVip")
Use playerGui instead of StarterGui.
Ohh… I forgot about that again. Sorry) And thanks for the help)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.