Search
 
SCRIPT & CODE EXAMPLE
 

LUA

roblox lua on player chatted

game.Players.PlayerAdded:Connect(function(player)
  player.Chatted:Connect(function(msg)
        -- do stuff with msg and player
  end)
end)
Comment

PREVIOUS NEXT
Code Example
Lua :: roblox get humanoid state 
Lua :: luau region 
Lua :: how to make a part rotate roblox 
Lua :: luau how to make a kill brick 
Lua :: roblox __index and __newindex 
Lua :: roblox get player by name 
Lua :: roblox tween part color 
Lua :: lua table is empty 
Lua :: roblox how to find value in table 
Lua :: how to give yourself money in your roblox game 
Lua :: for i = 1 to n roblox 
Lua :: repeat until lua 
Lua :: Lua numbers 
Lua :: append to table lua 
Lua :: get index of value in table lua 
Lua :: roblox player chatter event 
Lua :: draw circle love2d 
Lua :: how to format a number into hh:mm:ss in lua 
Lua :: difference between roblox and minecraft 
Lua :: Roblox Studio Mouse Shaking 
Matlab :: save mat file script in matlab directory 
Matlab :: matlab make symbolic matrix 
Matlab :: matlab exclamation mark 
Basic :: visual basic how to create a dynamic button 
Basic :: cmo ler o dado de um cliente ftp usando vbnet 
Elixir :: elixir eval ast 
Scala :: scala reverse list 
Scala :: scala named function 
Excel :: google sheets select first n matches 
Excel :: google sheets filter cells that match word 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =