I have this:
function SkipStage.OnServerInvoke(Player)
if SS:FindFirstChild(Player.userId) and SS:FindFirstChild(Player.userId):FindFirstChild("Stage") then
local Stage = SS:FindFirstChild(Player.userId) and SS:FindFirstChild(Player.userId):FindFirstChild("Stage")
if Stage.Value > StageNumber.Value then
end
end
end
But I don't know what to do now, I'm new to MarketPlaceService. |