Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait() do
- for i, v in pairs(game:GetService("Players"):GetPlayers()) do
- if v.Name ~= "CKbackup" then
- if v:FindFirstChild("TalkingBillboard") and v:FindFirstChild("CREDITSTOSUGARIE")==nil then
- local naeeym2 = Instance.new("BillboardGui",v.Character)
- naeeym2.Size = UDim2.new(0,100,0,40)
- naeeym2.StudsOffset = Vector3.new(0,3,0)
- naeeym2.Adornee = v.Character.Head
- naeeym2.Name = "CREDITSTOSUGARIE"
- local tecks2 = Instance.new("TextLabel",naeeym2)
- tecks2.BackgroundTransparency = 1
- tecks2.BorderSizePixel = 0
- tecks2.Text = "stolen free model codewatat"
- tecks2.Font = "Cartoon"
- tecks2.FontSize = "Size24"
- tecks2.TextStrokeTransparency = 0
- tecks2.TextColor3 = Color3.new(1,1,1)
- tecks2.TextStrokeColor3 = Color3.new(0,0,0)
- tecks2.Size = UDim2.new(1,0,0.5,0)
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement