hello users, today i have a question:
So, i make this script:
while true do
script.Parent.Text = workspace:GetRealPhysicsFPS()…" FPS "
wait()
end
So, my question is, if i put this code in a “script” and a “local script”, will it say the server’s fps and the local user’s fps respectively?
1 Like
Fenix7667
(Fenix7667)
#3
I’m pretty sure you can edit player GUI from server. You cant edit PlayerScripts. (I just tested and it works.)
2 Likes
Didn’t know you could do that, I’ll take this to PMs to avoid derailing the thread, please send me the place file there
EDIT: It turns out @Fenix7667 is right, but it’s not good practice to edit PlayerGui from the server anyway.
2 Likes
Fenix7667
(Fenix7667)
#5
Ok I will send. And yes Im sure.
(30 Characters.)
1 Like
You can do that on server and client while playing.
2 Likes