lua wait roblox code example
Example: roblox lua wait for player to load
--This is only for roblox for obvious reasons
local Player = game:GetService('Players').LocalPlayer
Player.CharacterAdded:Wait()
--This is only for roblox for obvious reasons
local Player = game:GetService('Players').LocalPlayer
Player.CharacterAdded:Wait()