How do i fix this uncurl lua script i made for my addon

thesrb2fan12

That one guy making frontiers sonic
so i was wondering how do i fix this lua script
local function Uncurl() for p in players.iterate if p.mo.skin = "spedsonic" if p.cmd.buttons & BT_CUSTOM2 if mo.state = S_PLAY_SPIN then mo.state = S_PLAY_FALL else if mo.state = S_PLAY_SPIN mo.state = S_PLAY_SPIN end end end end addHook("ThinkFrame", Uncurl)
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top