I have some killbricks that is on client but it doesn’t work cause the touch event only works on server so i wonder how can i make it client sided
1 Like
Remember where LocalScript
only functions, if you read the page correctly.
https://developer.roblox.com/en-us/api-reference/class/LocalScript
It should work, unless if you found a non-replicated detail on any API page(if it was not Touched
event), then it wouldn’t.
1 Like
you can use .Touched on the client, most people actually prefer to handle hits/collision on the client rather then the server. (i use both personally depending on the task)