How to call console/Lua event on client from server?

I’m trying to create server-side plugin with game mode that spawn vehicles, teleport player, change day and night cycle… I didn’t find anything in the server docs.

did you figure this out? I need this too, what do you have so far, maybe we can work on it together?

hey i am also looking for some lua help wanna chat

You guys could simply make an chat command that will start an server-side event with code that will be teleporting or such things.

You should add some validation checks from server side, as from who is executing it before doing so.