Search
 
SCRIPT & CODE EXAMPLE
 

LUA

roblox player chatter event

game.Players.PlayerAdded:Connect(function(player)
  player.Chatted:Connect(function(msg)
        -- do stuff with msg and player
		--example below
        print(player.Name.." said "..msg)
  end)
end)
Comment

PREVIOUS NEXT
Code Example
Lua :: how do i do a wait lin lua replit 
Lua :: how to make everyone on team see name roblox 
Lua :: check if child is touched roblox 
Lua :: rhyme api 
Lua :: how to make variables in lua 
Lua :: random number genarator 
Lua :: while main.lua 
Lua :: LUKAO150 
Lua :: roblox set color of text 
Lua :: how do i use the errors module luaassist 
Lua :: roblox manually stop command bar loops 
Lua :: lua text script 
Matlab :: matlab get real and imaginary part 
Matlab :: octave mark axis labels 
Matlab :: octave wait 
Matlab :: how to set for with 2 increases in matlab 
Basic :: tmux basic commands 
Basic :: whats up 
Elixir :: elixir length of list 
Elixir :: phoenix query get first record 
Elixir :: elixir pipeline 
Scala :: scala match 
Scala :: how to tell what type a variable is scala 
Excel :: google sheets split cell by delimiter 
Perl :: perl foreach loop 
Perl :: How to run a pearl script 
Pascal :: pascal special characters 
Gdscript :: godot exit func 
Cobol :: google apps script remove nulls array 
Assembly :: wget output filename 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =