Search
 
SCRIPT & CODE EXAMPLE
 

LUA

how to make everyone on team see 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 :: cmder not taking lua file 
Lua :: convert number to string lua 
Lua :: finding humanoid roblox. part 
Lua :: Set core GUI Roblox 
Lua :: lua string 
Lua :: lua difference between pairs and ipairs 
Lua :: how to format a number into hh:mm:ss in lua 
Lua :: how to make auto scroll roblox 
Lua :: lua prin type of variable 
Lua :: C++ 914 card 
Lua :: Roblox Studio Mouse Shaking 
Lua :: How to use Humanoids in Roblox Lua 
Matlab :: matlab parameter in title 
Matlab :: matlab symbolic variables 
Matlab :: octave clear figure 
Matlab :: geom_density_2d 
Basic :: google sheets split column 
Basic :: script to add value of 2 coulms of grid and show result in 3rd column 
Elixir :: elixir string to atom 
Elixir :: elixir get error message 
Scala :: scala get file from url as string 
Scala :: scala predicate 
Actionscript :: mv ~/.npmrc ~/.npmrc.old npm prefix -g 
Excel :: google sheets count dates that fall within date range 
Perl :: perl substitution 
Perl :: how to initialize an array 
Powershell :: disable defender powershell 
Gdscript :: gdscript variables 
Erlang :: tcp server erlang 
Assembly :: keyevent to char 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =