How to load gsc scripts for users by default?
-
I was starting to experiment with creating gsc scripts. Can you please tell me how to load a gsc script when the user enters the server? In short, I would like it to be loaded by default.
-
Scripts are always loaded unless you specifically do something to have them not loaded
Scripts are server side so "loading them for each user" doesn't really mean anything, scripts are always only loaded once by the serverWhat you need to do is apply some logic on player connection or spawn, if you have a per player logic
You can see an example here
https://github.com/Resxt/Plutonium-T6-Scripts/blob/main/small_scripts/get_player_guid.gsc