Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there a way to make a local script a server script?

Asked by 4 years ago

My code

while wait() do local player = game.Players.LocalPlayer script.Parent.Text = ""..player:WaitForChild("leaderstats"):FindFirstChild("Points").Value end

I want to make it a server script and make it so it can show every players stats on a gui but I cant make it a server script.

Answer this question