How much laj produces one player to another in roblox studio?

My game when I test it by myself in my studio I get 60 FPS, sometimes 50, sometimes 40, and rarely goes down to 20. my game is a shooter (FPS) and I wonder if a player enters when laj produces me, how much consumes a player CPU, GPU, RAM, whatever, I want to know these characteristics, also I do not know in which category to put the topic because it is the first time I ask something like this, I investigated but found nothing about it, if you have any link or any information would be very grateful … thank you very much.
sincerely

This text will be blurred

You can find network usage by pressing Shift and F3
You can find FPS by pressing Shift and F5
You can find memory usage by pressing F9 (close studio when you do this)

To find GPU and CPU usage, that depends on the device, and you can only find it through task manager, which is CTRL+Shift+ESC

I am not asking the use of a player, I am asking if there are two players in my game how much laj one produces to the other.

You can do that in a server script by using Player:GetNetworkPing and adding the two pings of each player together. Unfortunately, this number will always be 0 in Roblox Studio.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.