I want the points and wins to save after I leave and rejoin the game, however, that doesn’t happen.
(Fixed it after adding a .Value at the end of a line lol)
I want the points and wins to save after I leave and rejoin the game, however, that doesn’t happen.
(Fixed it after adding a .Value at the end of a line lol)
Are you connecting the functions via an event?
game.Players.PlayerAdded:Connect(PlayerAdded)
game.Players.PlayerRemoving:Connect(PlayerRemoving)
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.