Sword Fighting Anti-Reach!

Hello! This is my first time posting on Cool Creations, so let me know what you think.

Why I Made This
I recently got into the sword fighting community, and realized how unfair reach is. That gave me the inspiration to make this.

Future Updates
I plan on adding a good amount of new features. Here are some

-commands (ex. settime, kick)
-kill log
-more punishment
-warnings
-fps and ping counter

Link: AntiReach - Roblox

Also, how do you make a thumbnail for a model? LOL.

2 Likes

Just commenting to say you should avoid repeat wait() until player.Character because you can use player.CharacterAdded:Wait() which is much more performant, efficient and faster, but does the same thing. Though I wouldn’t use ping or fps as a sufficient method of anti-reach. I have 250Mb internet, but my ping to roblox games is almost always 110+:

Anti reach can be done more effectively by measuring the distance between the two players on hit and do server side hit reg. Also, you shouldn’t kick players for these reasons, just reject their hit and maybe log it somewhere, but over aggressive anti cheats are worse for players than no anti-cheat at all.

1 Like

Thank you for your feedback! I plan on adding kill logs, so if a player kills another player and the distance between that is over 10, It’ll kick them.

1 Like

copy the camera and put it in the model to make a thumbnail

Hello, iam glad you made this , i will straight put that in my game, i wish if there is the only anti reach and kick setting

I inserted the whole folder in my game, what do I do next?

Also, what do I do after setting it all up or whatever?