Search results for query: *

  • Users: Pizza
  • Content: Threads
  • Order by date
  1. Pizza

    Swing Help

    I'm trying to figure out how to code a character to do a swing, but i can't figure it out
  2. Pizza

    Aura help

    How do I make aura using overlay I tried and the aura would appear in front of the character and not disappear when the action performed was finished
  3. Pizza

    Charging System Not working

    Been trying to get this to work, what am i doing wrong local kicharge addHook("ThinkFrame", function(player) for player in players.iterate do if player.mo.skin ~= "songoku" then continue end if not (player.cmd.buttons & BT_CUSTOM1) and kimeter == 118 kicharge = false...
  4. Pizza

    Lua help

    I've been Trying to figure out how or if it is possible to make a simple charging system since I've been trying for weeks only to come up with failure
  5. Pizza

    Lua Questions

    How do i make a new sprite for charging a bar How do i make a code to shoot projectiles With a custom sprite for it (the projectile and the character firing it) How do i make more than one super form for the character or am i limited to one form Can i make the super color gone and make it...
  6. Pizza

    Some more questions

    How do i make flight in lua ? How do i disable super color and make super form not drain rings How do i add a cap to an energy bar How do i make an ability to charge the energy bar Lastly how do i make so flight drains said energy bar all of this is for a character lua I'm making I will...
  7. Pizza

    A couple of questions

    How do i make flight and have it connected to a hud bar then when drained it stops flying How do i make projectile work i've looked at the tutorial and i don't know how to get it to work and how do i make it a beam sorta like the kamehameha How do i put a cap number on the hud bar Thank...
  8. Pizza

    HUD help

    Hud won't load local client local p_startseg local p_onseg local p_offseg local p_endseg local p_ki local function kihud(v, player) client = player if player.mo and player.mo.skin == "songoku" local kipower = 0 local kimax =...
Back
Top