roblox lua ждать, пока игрок загрузится

--This is only for roblox for obvious reasons
local Player = game:GetService('Players').LocalPlayer

Player.CharacterAdded:Wait()
Odd Octopus