when I code :
if actor:IsA("Player") then
actor:TransferToScene("BattleScene")
end
tells "Unable to transfer players outside of online mode", but how to open online mode
when I code :
if actor:IsA("Player") then
actor:TransferToScene("BattleScene")
end
tells "Unable to transfer players outside of online mode", but how to open online mode