ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
local player = game.Players.LocalPlayer\r\nlocal character = player.Character or player.CharacterAdded:Wait()\r\n \r\n-- Check if the player's username matches yours\r\nif player.Name == \"saurabnod5\" then -- Replace with your username\r\n -- Create a BillboardGui\r\n local tagGui = Instance.new(\"BillboardGui\")\r\n tagGui.Size = UDim2.new(4, 0, 1, 0) -- Size of the tag\r\n tagGui.StudsOffset = Vector3.new(0, 2, 0) -- Position above the head\r\n tagGui.AlwaysOnTop = true -- Ensure it's always visible\r\n tagGui.Parent = character:WaitForChild(\"Head\") -- Attach to the player's head\r\n \r\n -- Create a TextLabel inside the BillboardGui\r\n local textLabel = Instance.new(\"TextLabel\")\r\n textLabel.Parent = tagGui\r\n textLabel.Size = UDim2.new(1, 0, 1, 0)\r\n textLabel.BackgroundTransparency = 1 -- Makes the label background transparent\r\n textLabel.Text = \"Ownerâš”ï¸\" -- The tag text\r\n textLabel.TextColor3 = Color3.fromRGB(255, 0, 0) -- Text color (red)\r\n textLabel.TextScaled = true -- Scales text to fit\r\n textLabel.Font = Enum.Font.SourceSansBold -- Sets font style\r\nend
Password
Anyone with the link will still need this password to view.
Expires
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel