Skip to content

Commit a0d9ee3

Browse files
Update simplewalkspeed.lua
1 parent 9985db8 commit a0d9ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/simplewalkspeed.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ local PlayerTab = sws:MakeTab({
1717
PremiumOnly = false
1818
})
1919

20-
if not player.Character then
20+
if not game.Players.LocalPlayer.Character then
2121
print("mikate cant function without character! wait a moment until loaded")
22-
player.CharacterAdded:Wait()
22+
game.Players.LocalPlayer.CharacterAdded:Wait()
2323
end
2424

2525
function tweenTp(part, cframe, duration)

0 commit comments

Comments
 (0)