Is it allowed to make FE/SS scripts?

Okay so i wanted to make my very own FE/SS script, like a samurai sword or just another gun script.
(I’m trying to learn different aspects and thought FE would be fun)

And i’ve looked at some other FE/SS scripts for exmaples how to upload them, because i know roblox will just see it as a “bypassing upload” or something like that.

Now i wanted to ask, is it even allowed? and if so, how can i make it?
I’ve tried several scripts and they all ended up being seen as a bypass.

1 Like

what “bypassing upload” reason is it for? I think you’re fine if you make FE/SS Scripts (what does FE and SS stands for?)

FE stands for Filtering enabled and SS stands for Server Sided. And the reason it says bypassing is because what your trying to do is make a script that can be called by for example using Adonin’s " :s " command. Which allows you to run scripts live in game.

and the FE/SS scripts what im want to make is " :s require(123321321).load " or something like that.
all it does is call that model that you uploaded and bring it inside the game that you ran the script in.

1 Like

is the module containing all the other modules named “MainModule”?

It’s pretty much 1 MainMudule script that “copies” it into the game that you ran it in.

like for example this script (which is just smth that allows you to send nukes) and they used this script:

local module = {}

function module.amigodogodenot123(target)
	_G.target = target
	local target = game.Players:WaitForChild(_G.target)
	script.TacticalNukeMenu:Clone().Parent = target.PlayerGui
end
return module

and it is seen as bypass

and the way you would run/use it:

require(ID of model uploaded).amigodogodenot123("Player Name")

Creating FE/SS scripts is allowed on Roblox, as long as they comply with the platform’s terms of service and community guidelines. However, it is important to note that exploiting or cheating in any way on Roblox is strictly prohibited.

If your scripts are being detected as a bypass, it’s possible that they are exploiting the game’s systems in some way, or they may be triggering Roblox’s anti-cheat measures. To avoid this, make sure that your scripts are not manipulating game mechanics in an unfair way, and that they are not accessing or modifying parts of the game that they should not have access to.

It’s also a good idea to test your scripts thoroughly before uploading them, to make sure that they are not causing any unintended behavior or breaking the game in any way.

As for how to make FE/SS scripts, there are many resources available online to help you learn. There are tutorials on YouTube and other websites that can teach you the basics of scripting on Roblox, as well as more advanced techniques for creating more complex scripts.

When creating your own FE/SS script, it’s important to keep in mind the principles of fair play and good game design. Your script should not give players an unfair advantage, and it should not detract from the overall enjoyment of the game for other players. With that in mind, have fun exploring the world of scripting on Roblox!

Regards,
coolgamer294855

5 Likes

I would recommend if it is possible to email roblox support to get clarification by a human-agent if that script is allowed.

1 Like

One last thing which is the thing that got me questioning this at all.

was an model that was uploaded 3 years ago, which is still available to get. and its basicly an script that does exactly what i said. and yet its still flagged as bypass. and roblox won’t awnser any questions about that

I don’t know why, maybe ROBLOX has something against that.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.