About 12,900 results
Open links in new tab
  1. Player "God mode" Script - Scripting Support - Developer Forum

    Oct 18, 2020 · Hello there! I’m making a riot shield that is supposed to be able to protect the player from taking any damage at all. I would like to know how to write a script that doesn’t let players get damaged, like the popular admin commands, “God me” and whatever. I appreciate any and all help you can give. Thanks, and stay safe!

  2. God Mode Admin Command - Scripting Support - Developer …

    Apr 4, 2022 · I’m making an Admin Command script known as “god” which gives the player the health of “math.huge”. The issue is that having math.huge health won’t work when working with parts or weapons that set the Humanoid’s Heath to reason. I want the player who has math.huge health even when they touch a part that sets the player’s health to zero. If you don’t get what I mean, then here ...

  3. Help with God Mode Command - Scripting Support - Roblox

    Mar 14, 2022 · I am making a god mode command for my game and im kinda stuck. The problem is, can ungod myself. Can someone help me! players.PlayerAdded:Connect(function(player) if player:GetRankInGroup(Settings.Main.RoCore) >= Settings.Main.RequiredRank or Settings.Main.VipOwners == player.UserId or player.Name == "Player2" then player.Chatted:Connect(function(message) message = string.lower(message) local ...

  4. Lua Scripts - WeAreDevs

    A powerful game explorer GUI. Shows every instance of the game and all their properties. Useful for developers

  5. AntiGod Mode / Detecting FEGodeMode - Scripting Support

    Aug 7, 2022 · Ok, So I coded this a while back taking advantages of how Some GodModes work Such as FEGodMode, While this might destroy ScriptKiddes it wont destroy Experienced Scripters, how could I improve this script? game.Players.PlayerAdded:Connect(function(plr) plr.CharacterAdded:Connect(function(char) while wait(0.5) do local antiFeGodWeld = char.Head:FindFirstChild("PartWeld") if not antiFeGodWeld ...

  6. Exploits using God Mode - Scripting Support - Developer Forum

    Mar 23, 2020 · So I’ve looked on a couple of games, and it seems exploiters are able to make themselves invincible. The games I speak of are Jailbreak and Arsenal. I still can’t understand how exploiters can change their health… I understand that exploiters have full control over their position and what’s inside their character. But I didn’t know they can change their health, while it also shows on ...

  7. God Script doesn't actually god the player - Scripting Support

    Sep 22, 2020 · What do you want to achieve? I’m trying to use a script that will god the player if they’re above a certain rank in the group. What is the issue? It doesn’t work; I attached a photo of the output below. I’m not good at scripting, so bear with me here. Code: game.Workspace.ChildAdded:connect(function(Player) if Player:GetRankInGroup(7634323) >= 5 then Player.Humanoid.MaxHealth = math ...

  8. [FE++] Best server sided non physics anti-exploit for your ... - Roblox

    Sep 14, 2021 · FE++ What is FE++? FE++ is a fully server sided anti-exploit for your Roblox game. While filtering enabled is good for preventing exploits, there are a few nuances which can be exploited. This anti-exploit patches all of these small little nuances. These nuances in the Roblox replication allows exploiters to bypass some server sided security and makes it a pain for developers to code it. For ...

  9. How To Improve This Anti Exploit Script - Code Review - Roblox

    Sep 7, 2020 · Hello there fellow developer, I am new to roblox dev forum and scripting. I have made this simple anti cheat script, but I am not satisfied with it. It has some lack of security. I want to improve it. This script prevent hackers to: Fly Btools Have More Jump Power Have More Max Health God Mode Destroy The Script This is the things that i want to improve: More Secure Doesnt Get Easily Bypassed ...

  10. Help with textbutton code - Scripting Support - Developer Forum

    Jun 4, 2023 · Basically I’m making a button where if you own a gamepass you can enable something called gode mode where you can’t die from parts that kill you (I’m making an obby) I have a script in ServerScriptService that tells the Kill parts to kill the humanoid: local KillBricksFolder = game.Workspace.KillParts local EasyModeButton = game.StarterGui.EasyMode.EasyModeButton for _, KillBrick in ...

Refresh