I have just started my stage obby, i just want the Vip to Teleport you to a Stage?
Stage = 3 script.Parent.Touched:connect(function(part) h = part.Parent:FindFirstChild("Humanoid") if h then b = game.Players:playerFromCharacter(part.Parent) if b then b.leaderstats.Stage.Value = Stage end end end)
Ok so have a VIP door and a button inside the door. put this in the part and change where it says "3" to whatever stage you want them to tp to.