I wanna know how I would get the player from a server sided script (The server size is 1). so far I’ve just been doing
local localPlayers = Players:GetPlayers()
local player = localPlayers[1]
But that doesn’t work very well. What other ways could I get the player?