9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
|
repeat
|
||
|
local avatar = gRegion:GetLocalPlayerAvatar()
|
||
|
if avatar instanceof LotusVehicleAvatar then
|
||
|
if tc := avatar:GetTrickController() then
|
||
|
tc:SetMaxPointsPerCombo(99999)
|
||
|
end
|
||
|
end
|
||
|
until yield()
|