Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _,target in pairs(p:GetChildren()) do
- if target:IsA("BasePart") then
- table.insert(parts,target) -- target is the actual parts!
- local bb = Instance.new("BillboardGui", target)
- bb.Size = UDim2.new(500,0 , 25,0)
- bb.AlwaysOnTop = true
- local randomtext = {
- "FUCK YOU",
- "FUCK YOU",
- "FUCK YOU"
- }
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement