Best way to make a simple melee system?

I’m wondering how to make a Simple, Protected melee system (not using it now) will use it in the future for upcoming projects related with combat.

What I’m looking for

  • Cannot change settings (can make myself)
  • Simple but actually good
  • Other stuff you can think of

Thanks for reading, give some tips n tutorials ig to help me out on this situation.
If you want to help, you can help me through it.

First of all, please define what is a protected melee system. I don’t quite understand your goal here.

  • Cannot change settings

That’s what i meant, sorry for not explaining better.
I’ll remove it from the title.

What do you mean by in terms of cannot change settings? If you want to prevent the exploiter from making unnecessary cheats and settings for their own advantages, just do the checkings on the server and not on the client.

Well yeah that’s why I put (can put myself) lol

If you want to help you can but otherwise thanks for making me fix the mistakes in this post.

I already explained it in my previous post. Always do sanity checking, make sure you do the settings on the server and NOT on the client. The client is accessible for the exploiters. You should use remote events and check if the player that is changing the setting is you.

I meant the melee system in general but ok

This is literally the general and idea of game security when handling the clients.

Well, what you said did actually help so I’ll mark that as a solution. Also, your pathfinding tutorial also helped me lol

1 Like