Hello Roblox Developers, I’ve been making a game for a long time and recently I have added a new system to my game. Around 20 Scripts and 6 remote events are added to ServerScriptService and ReplicatedStorage respectively. However, I feel the lag when I am in game. Will this system I added affect my game’s performance?
If your computer if considered “fast” and it still lags, then I think probably the scripts are affecting your game’s performance.
But if it’s not “fast” then it might be something with your computer or something else, try lowering your graphics or make optimisations on your scripts
Also is it lag ( ping, related to internet ) or frame drops ( fps, computer performance related ), if it’s the 1st one, then my comment won’t help, it’s probably your internet connection
How to check ping :
shift+F3 or fn+shift+F3 ingame
It depends on the players’ devices. If they have high-end devices, it likely won’t lag. If they have low-end devices, it will. You can add a way to choose between normal and an optimized version with lower graphics when the player joins the game if you are concerned about the lag.
Then I think it’s probably something with one of the scripts, try using Script Performance in roblox studio to find which script is making your game lag