Roblox Lua wartet, bis der Spieler laden kann
--This is only for roblox for obvious reasons
local Player = game:GetService('Players').LocalPlayer
Player.CharacterAdded:Wait()
Odd Octopus