Advertisement
RandomNewbieScripter

Untitled

Jul 12th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1.  
  2. for _,target in pairs(p:GetChildren()) do
  3. if target:IsA("BasePart") then
  4. table.insert(parts,target) -- target is the actual parts!
  5. local bb = Instance.new("BillboardGui", target)
  6. bb.Size = UDim2.new(500,0 , 25,0)
  7. bb.AlwaysOnTop = true
  8. local randomtext = {
  9. "FUCK YOU",
  10. "FUCK YOU",
  11. "FUCK YOU"
  12. }
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement