How would i make a tool give me IntValues

Im Making a roblox game about fighting. And to make the game addictive like. Just make people play it for a long time. I want to make a tool give me 50 Int Value everytime i kill someone. How would i do that?

1 Like

If you mean you want to send a value over to a central script, you could easily just do that using a RemoteEvent / BindableEvent, whichever is needed.

1 Like