Roblox Lua attendez que le joueur se charge

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

Player.CharacterAdded:Wait()
Odd Octopus