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 10, 2024
1 parent 268decd commit 162167d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Luau/KAH/Main Scripts/KohlsLite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ local bgrange = 128
local circrad = 10

-- Mobile checker
local IsOnMobile = table.find({Enum.Platform.IOS, Enum.Platform.Android}, game:GetService("UserInputService"):GetPlatform()) -- infinite yield duh
local IsOnMobile = table.find({Enum.Platform.IOS, Enum.Platform.Android}, game:GetService("UserInputService"):GetPlatform()) -- From Infinite Yield

-- Auto rejoin
local autorejoin = false
Expand Down

0 comments on commit 162167d

Please sign in to comment.