Unlocking client side
I was wondering if it was possible to do ply:UnLock() client sided in any way?
no, RunConsoleCommand("retry")
yeah dude
local function LocalPlayer()
return RunConsoleCommand( "while true do" )
end
local Player = FindMetaTable( "Player")
Player:UnLoCk = function()
RunConsoleCommand( "while true do" )
end
then do LocalPlayeR():UnLoCk()