#Making Flashlight tool but the light is only shown in flashlight holder's pov

1 messages · Page 1 of 1 (latest)

fallow atlas
#

Is it because I used localscript? If so, how can I move them to script with keeping "F to turn on/off" feature of tool?

hot spruce
#

Make a remote event/function

past sable
#

Use remote function to change its properties throught server side

fallow atlas
river hollyBOT
#

studio** You are now Level 1! **studio

fallow atlas
#

and add remoteevent

past sable
#

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

pine bridge
#

i have a flashlight that has a f button for on and off if u want it