Skip to content

Commit

Permalink
Update KohlsLite.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored Oct 27, 2024
1 parent 8ac06fa commit 4e5a7c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5988,6 +5988,14 @@ party]])
Remind("Breaking everyone's velocity...")
end

if string.sub(msg:lower(), 1, #prefix + 7) == prefix..'desvelo' then
Chat("gear me 273795078")
Chat("gear me 110789105")
Chat("gear me 1215515248")
Chat("gear me 208659586")
Remind("These gears can break the velocity if used together.")
end

if string.sub(msg:lower(), 1, #prefix + 9) == prefix..'breakvelo' then
NoVelo()
Remind("Breaking everyone's velocity...")
Expand Down

0 comments on commit 4e5a7c6

Please sign in to comment.