I have this server script that handles healing for this bandage tool. I want it to be able to disable the sprinting handler in the player’s Gui. I’m not sure how to write that for a server script, only for local scripts. I don’t really trust server to local events, so I don’t want to do it that way. Help?
1 Like
You need to have the server tell the client that it’s being healed, doesn’t really matter if you don’t trust the events its what needs to happen.
That’s the main issue here. Why not? What’s wrong with events?