How To Make A Custom RP Name In Roblox Studio
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 Videos By Isaacplayz
2022-03-12 | How To Make A Skin Changer In UE5 |
2022-03-06 | Roblox Bloxburg Series #1 |
2022-03-05 | Sky Devlog #1 👍 Adding A Crosshair |
2022-03-04 | Sky (Demo Release) Link In The Comments |
2022-02-26 | UE4 Game DevLog Stream (Sky) |
2022-02-25 | 4k PC Fortnite Montage |
2022-02-24 | Streaming Fortnite Battle Royale |
2022-02-24 | I Got RickRolled |
2022-02-23 | Bows Are Back! (secret update) |
2022-02-23 | OH MY GOD |
2022-02-22 | How To Make A Custom RP Name In Roblox Studio |
2022-02-21 | Fortnite Battle Royale Stream With A Mic! |
2022-02-21 | SpiderMan Mythic Only! |
2022-02-20 | Fortnite Battle Royale Stream No Commentary |
2022-02-20 | Super Stacked Fortnite Game [2 Treasure Maps!] |
2022-02-19 | Playing Fortnite On PC |
2022-02-19 | Playing Roblox |
2022-02-19 | Editing My Roblox Map |
2022-02-19 | Playing Fortnite On PC |
2022-02-19 | 15 Parkour Levels |
2022-02-18 | My Insane PC |
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.