of     2   
chevron_rightchevron_rightchevron_right

Perci1
#131050493Thursday, April 17, 2014 8:31 PM GMT

When using the :god command in kohl's admin, there is a glitch that started when the new health bar was released. I'm not exactly sure how :god works, but it basically makes you impossible to damage, like a FF but without the blue circle. However, when the new health bar was released, when you :god someone they see a big red GUI on the left of their screen. However, it is not a true Roblox GUI because when I did this after :godding myself, :s game.Players.Perci1.PlayGui:remove(), I still saw the red blob. This is very annoying, please fix it.
Ulrakid11
#131050764Thursday, April 17, 2014 8:34 PM GMT

Those commands are outdated. What you are seeing is the blood gui that appears when you die. All that needs to be done is for the commands to be updated. It's not roblox's fault, its the game creator's.
Scriptural
#131051139Thursday, April 17, 2014 8:38 PM GMT

Health bar is now a core gui. http://wiki.roblox.com/index.php?title=SetCoreGuiEnabled_(Method) http://wiki.roblox.com/index.php?title=CoreGuiType :God works by giving you math.huge maxhealth and math.huge health (Infinity) That breaks the healthbar.
Ulrakid11
#131051189Thursday, April 17, 2014 8:38 PM GMT

No it gives you no health. Math.huge wouldn't glitch it.
Ulrakid11
#131051247Thursday, April 17, 2014 8:39 PM GMT

I meant no health and no maxhealth
Scriptural
#131051652Thursday, April 17, 2014 8:42 PM GMT

@Ulr That would kill you. And you would still take damage, and then die. I just tested both. They both give a big red box, but 0 kills you.
Ulrakid11
#131051832Thursday, April 17, 2014 8:44 PM GMT

The problem is that the script is wrong. It's not really roblox's fault. Maybe if godding yourself regened your health very fast and gave you a lot of it, then it would work. But it isn't roblox's fault.
Scriptural
#131052514Thursday, April 17, 2014 8:50 PM GMT

I didn't say it was roblox's fault. I showed him how to disable the new health bar Then randomly told him how god mode works since he didn't know. MaxHealth divided by Health is how the health bar decides size Infinite divided by infinite = -infinite 0 / 0 = -inf
Ulrakid11
#131052721Thursday, April 17, 2014 8:52 PM GMT

That's actually wrong. Infinity over infinity is 1. Then, the frame containing the health bar is filled, because the bar is set to {1,0},{1,0}, or filling the whole space.
Scriptural
#131053260Thursday, April 17, 2014 8:57 PM GMT

In lua, it isn't 1.
Scriptural
#131053546Thursday, April 17, 2014 8:59 PM GMT

To be more exact, its -nan Or -Not a number
Ulrakid11
#131053889Thursday, April 17, 2014 9:02 PM GMT

Dude, I have worked with GUIs. I know how they work. The first term in each pair is the size relative to the screen, or frame. The second term is the size in pixels. You usually just pick one.
Scriptural
#131055427Thursday, April 17, 2014 9:15 PM GMT

And I know how they work also. But put this into the command bar print(math.huge / math.huge) Output -idn (It would say -nan in regular lua, not sure why roblox changed it, its just another way to say -nan)
Perci1
#131135182Friday, April 18, 2014 2:04 PM GMT

Well, it is not outdated since every group I know of still use Kohl's admin. Also, the old health bar did not have this problem.
Scriptural
#131144251Friday, April 18, 2014 3:44 PM GMT

@Pre Yes, it did. Just not as big of a problem.
PresenceFalcon
#131145287Friday, April 18, 2014 3:54 PM GMT

I got the same problem, and made a same argument on problem. Needless to say, i support. Oh btw, kohls is not outdated. And no matter what admin or hack you use alike, you cannot god yourself without a giant red blip blocking half your screen. EITHER FIX THE HEALTHBAR OR REPLACE IT WITH THE OLD ONE ROBLOX.
Scriptural
#131145829Friday, April 18, 2014 4:00 PM GMT

Or, the people could fix their admin.
PresenceFalcon
#131146036Friday, April 18, 2014 4:01 PM GMT

God dammit scriptural you know how dumb you sound? Its not the peoples fualt that a giant red screen blocks half their screen, its roblox's fualt. You try to make a god mode without red screen if you think its so easy.
Scriptural
#131146216Friday, April 18, 2014 4:03 PM GMT

k brb
Scriptural
#131147158Friday, April 18, 2014 4:12 PM GMT

Tested, Works, Command "/g" local Admins = {"128GB", "128Gigabytes"} function Chatted(Player, Message) if Message:lower() == "/g" then ypcall(function() Player.Character.Humanoid.MaxHealth = tonumber(string.rep("9", 39)) wait(0.3) Player.Character.Humanoid.Health = tonumber(string.rep("9", 39)) end) end end Game.Players.PlayerAdded:connect(function(Player) for _, Name in pairs (Admins) do if Player.Name:lower() == Name:lower() then Player.Chatted:connect(function(Message) Chatted(Player, Message) end) end end end)
Skittleblend
#131147503Friday, April 18, 2014 4:16 PM GMT

"not roblox's fault, its the game creator's" its not the game its the commands and since kohl is banned he cant update them, so its not his fault either
Scriptural
#131147632Friday, April 18, 2014 4:17 PM GMT

@Spooeh Edit them yourself then
Scriptural
#131147945Friday, April 18, 2014 4:20 PM GMT

On Khols change lines 1155 and 1556 to this v.Character.Humanoid.MaxHealth = tostring(string.rep("9", 39)) v.Character.Humanoid.Health = tostring(string.rep("9", 39) fixed
Skittleblend
#131148308Friday, April 18, 2014 4:24 PM GMT

i didnt ask for help, im saying that its not kohls fault
Scriptural
#131148379Friday, April 18, 2014 4:24 PM GMT

The help wasn't so much directed at you as everyone, mostly op

    of     2   
chevron_rightchevron_rightchevron_right