Notes: “Ran” is printing on the local side, yet nothing is printed on the server side. Local script is in a gui and server script is in ServerScriptSErvice.
Solution: I seperated the code into another script and it magically started working
Notes: “Ran” is printing on the local side, yet nothing is printed on the server side. Local script is in a gui and server script is in ServerScriptSErvice.
Solution: I seperated the code into another script and it magically started working
You could try setting a breakpoint in your code to step through it line-by-line and see what’s going on.