Search results for query: *

  • Users: Pizza
  • 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

    The Chaos Jam: a map/lua collaboration (SUBMISSIONS CLOSED)

    I decided to make one so here's the egg gunner
  3. Pizza

    Aura help

    Here the soc Freeslot MT_OVERLAY S_Aura1 S_Aura2 SPR_Aura1 SPR_Aura2 State S_AURA1 SpriteName = AURA SpriteFrame = A Duration = 1 Var1 = 1 Var2 = 0 Next = S_AURA2 State S_AURA2 SpriteName = AURA SpriteFrame = B Duration = 1 Var1 = 1 Var2 = 0 Next = S_AURA1 Object MT_OVERLAY spawnstate =...
  4. 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
  5. Pizza

    Charging System Not working

    Never mind it works now
  6. Pizza

    Charging System Not working

    Thanks I'll get back to you if it works
  7. 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...
  8. 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
  9. Pizza

    Lua Questions

    Thank you for replying Forgive me if i wasn't clear, i meant a character sprite to which when pressed while the bar is charging, the character would do an animation do you have a sample code for 3 and 4 if not i shall try to figure it out Sliding kinda like how modern sonic did it Thank you...
  10. 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...
  11. Pizza

    Some more questions

    Sorry i forgot to tell you I figure it out sorry
  12. Pizza

    Some more questions

    I require an example for the first question Questions 2 and 3 and 4 worked All is left is flight
  13. Pizza

    Some more questions

    Thank you i'll try it soon
  14. 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...
  15. Pizza

    A couple of questions

    Thanks but it didn't work
  16. 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...
  17. Pizza

    HUD help

    Thanks, i tried it but the hud still won't show up Edit- never mind solved it
  18. 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