Is exploiting allowed in your own game? I hope this doesn’t cancel me or land me in hot water but I have been woundering if you can use an exploit to test your anti-cheat system and patch exploits within your game? I would never use it outside of my games.
I am not too sure. However, I built an aimbot system into my game for just the creators to mess around with. I mean… But I would not use external backdoors or third party scripts.
You are not allowed to exploit in your own game.
This question has been answered before:
https://devforum.roblox.com/t/is-it-okay-if-i-use-exploits-in-my-own-game/197313
You are not allowed to exploit at all, even in your own game.
Exploiting is against Roblox ToS, In every game.
Hacking is even a crime.
Mostly to test you anti-cheat just edit you client while testing, the studio is the perfect local client changer!
I don’t have much knowledge but I think it’s against the rules to exploit your own game.
If you want to do something try making script which can be only used by you like this -
(Not sure this will work)
function owner(player)
if player.Name == "Real_ItsPlasma" then
--- put the script you want
local Humanoid = player:FindFirstChild("Humanoid") -- this is an example
Humanoid.JumpPower = 75
end
No matter where you want to exploit, its not allowed on Roblox. If you want to simulate “exploiting”, then use command bar when playing inside of Roblox Studio on client, and then execute scripts.
Your not allowed to use any external softwares, also known as executors, to edit your gameplay, BUT. Like @Discgolftaco231said, you can add certain scripts or UI into the game which only whoever you desired can have.
I dont think so, just hope someone joins your game and your there to see them see what your anti cheat can and cannot enforce
No it is not allowed. The best you can do is hired exploiters and hope you can trust them and give them access to your game in studio.
Well, yes?.. As long as you’re not using any software as that is against Roblox’s ToS.
However, you can create your own scripts that do certain things to give you advantages in your own game.
Yes it is allowed you don’t even have to use a executer you can just open the console by typing /console ,
then pasting the script. Please note that it will require for everyone though.
you don’t need to use a tool to test exploiting your game all you have to do is make a localscript and try to exploit your game inside the localscript
I show how to test for exploits in this video
Guys, this topic was is very old and it’s solved. For some reason someone replied to this out of nowhere. Please do not reply to this thread anymore.