Search
 
SCRIPT & CODE EXAMPLE
 

LUA

roblox wait for character

player.CharacterAppearanceLoaded:Connect(function(character))
Comment

wait for player character roblox

local players = game.Players

-- This event fires when the the full appearance of a Player’s Player.Character has been inserted.

players.PlayerAdded:Connect(function(plr)
	plr.CharacterAppearanceLoaded:Connect(function(char)
		-- Your Code :P		
	end)
end)
Comment

PREVIOUS NEXT
Code Example
Lua :: for i = 1 to n roblox 
Lua :: how to make a color changing brick in roblox studio 
Lua :: lua create file 
Lua :: lua while loops 
Lua :: lua dict 
Lua :: roblox number between 1 and 10 
Lua :: for loop roblox 
Lua :: check lua version 
Lua :: roblox camera manipulation 
Lua :: lua f animation 
Lua :: roblox hotkey script 
Lua :: lua how to make a click to activate button 
Lua :: for loop in robox 
Lua :: can you throw an error forceable in lua 
Lua :: awesomewm wibar configuration transparent 
Lua :: how to check if table is clear 
Lua :: FiveM how to check where nearest player is 
Matlab :: matlab if 
Matlab :: matlab function files 
Matlab :: how to print ceratin rows of dataframe 
Basic :: virtualbox 256 vram 
Basic :: Loop inner fiter() 
Elixir :: phoenix system get env 
Elixir :: elixir comparison 2 different data types 
Scala :: val in scala 
Actionscript :: from sys import stdin 
Excel :: excel conditionally highlight multiple columns based on one column 
Perl :: perl for 
Pascal :: pascal output 
Powershell :: Download attachment from Jira task to local filesystem 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =