How To Make A Custom RP Name In Roblox Studio

Channel:
Subscribers:
485
Published on ● Video Link: https://www.youtube.com/watch?v=AxaaIVL-FIg



Roblox
Game:
Roblox (2006)
Duration: 1:31
92 views
3


Code _____________________________________________________________________
script.Parent.FocusLost:connect(function(enter)
if enter then
v = game.Players.LocalPlayer
for a, mod in pairs(v.Character:children()) do
if mod:findFirstChild("NameTag") then
v.Character.Head.Transparency = 0 mod:Destroy()
end
end

local char = v.Character
local mod = Instance.new("Model", char)
mod.Name = script.Parent.Text
local cl = char.Head:Clone()
cl.Parent = mod

local hum = Instance.new("Humanoid", mod)
hum.Name = "NameTag"
hum.MaxHealth = 0
hum.Health = 0

local weld = Instance.new("Weld", cl) weld.Part0 = cl weld.Part1 = char.Head
char.Head.Transparency = 0
end
end)







Other Statistics

Roblox Statistics For Isaacplayz

There are 438 views in 29 videos for Roblox. There's close to 5 hours worth of content for Roblox published on his channel, roughly 3.40% of the content that Isaacplayz has uploaded to YouTube.