#Making Flashlight tool but the light is only shown in flashlight holder's pov
1 messages · Page 1 of 1 (latest)
Make a remote event/function
Its because its handled on the client
Use remote function to change its properties throught server side
So I should move them to Script instead of Localscript?
** You are now Level 1! **
and add remoteevent
Uk how remote functions work ?
They work on the same principles like remote events, but with small changes
Remote event sends a signal on client or server to perform some actions connected to given event
Remote functions on other hand sends signal to make in work a function for example on a server. The difference is that remote function can help to recieve some data for a client from server where event just sends a signal
U can actually use remote event or remote function
Depends on you which u need the most
And yes, put your code responsible for managing spotlights on the server side, but connect them to any remote
i have a flashlight that has a f button for on and off if u want it