Jump to content

Marcsello

Members
  • Posts

    1
  • Joined

  • Last visited

Marcsello's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Hello, I'm trying to make a script which checks your health and if it equals to zero, it would write your health in the chat. Code: Code: function health() if getElementHealth(localPlayer) == 0 then outputChatBox(getElementHealth(localPlayer)) else outputChatBox("Your Health is above 0.") end end But it doesnt really do anything. I have already tried adding the next line under the last end: health() But sadly, didn't work. Thank you if you help me!
×
×
  • Create New...