Can I create a game without local scripts using only server-side scripts for everything or vice versa?
1 Like
Could you explain a bit why you only want to use server scripts?
Because if you do this you won’t be able to handle user input or properly handle GUIs.
I was curious to know this ![]()
1 Like
It’s possible, but you’d only be limiting yourself if you choose to go that route
Scripts have access to things that local scripts don’t have access to and vice versa
Some games will use more scripts than local scripts and some games will use more scripts than local scripts, but it’s not a good idea to choose one over the other
1 Like