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 0a56fdb commit 3a692c7
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 @@ -2065,7 +2065,7 @@ game.Players.LocalPlayer.Chatted:Connect(function(msg)
function rng()
return math.random(-bgrange, bgrange)
end

-- broken, fixes coming soon
for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
v.GripPos = Vector3.new(rng(), 1, rng())
end
Expand Down

0 comments on commit 3a692c7

Please sign in to comment.