Search
 
SCRIPT & CODE EXAMPLE
 

LUA

how to make everyone on team see each other name roblox

game.Players.PlayerAdded:connect(function(plr)
	plr.CharacterAdded:connect(function(char)
		wait(0.001)
		char:WaitForChild('Humanoid').NameOcclusion = Enum.NameOcclusion.EnemyOcclusion
		char:WaitForChild('Humanoid').HealthDisplayDistance = math.huge
		char:WaitForChild('Humanoid').NameDisplayDistance = math.huge
	end)
end)
Comment

PREVIOUS NEXT
Code Example
Lua :: delete part on touch roblox 
Lua :: free roblux 
Lua :: rhyme api 
Lua :: copy table lua 
Lua :: roblox add attribute 
Lua :: lua table functions 
Lua :: Get Nearest Player fivem 
Lua :: lua pairs 
Lua :: insert item array pico8 
Lua :: how to add a damage decimal in roblox studio 
Lua :: get player who clicked clickdetecter roblox 
Lua :: how to detect collision in roblox studio 
Matlab :: matlab title with variable 
Matlab :: matlab negation 
Matlab :: matlab function without output 
Matlab :: cos in scilab 
Basic :: theme leaf concatenate 
Basic :: change c code to c++ online 
Elixir :: elixir check type data 
Elixir :: mix install phoenix 
Scala :: scala concatenate list 
Scala :: dataframe column json parser spark scala 
Actionscript :: read pdf web on android 
Excel :: excel conditionally highlight rows based on column 
Perl :: perl do while loop 
Pascal :: take console input in pascal 
Powershell :: CMD & Powershell History 
Gdscript :: GAScript - Google Sheets - QBO API - Consent Dialogue Box 
Erlang :: get port erlang 
Assembly :: cout boolalpha 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =