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)