pastebinahhhhhhhhhh

prooooject star

Feb 21st, 2022
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. --[[
  2. i have no idae if this works and i do not care but this was broken so i tried to fix it and idk if the game updated and changed shit but project star is kinda ass and i have better things to do
  3. Script originally made by Don athan
  4. https://www.roblox.com/games/6573910231/Project-Star
  5. ]]
  6.  
  7. for i, v in pairs(game.Workspace.Drops.Active:GetChildren()) do
  8. local BillboardGui= Instance.new("BillboardGui")
  9. BillboardGui.AlwaysOnTop = true
  10. BillboardGui.MaxDistance = 0
  11. BillboardGui.ExtentsOffset = Vector3.new(0, 3.5, 0)
  12. BillboardGui.Parent = v
  13. BillboardGui.Adornee = v
  14. local TextLabel = Instance.new("TextLabel")
  15. TextLabel.TextStrokeColor3 = Color3.new(11, 12, 79)
  16. TextLabel.TextColor3 = Color3.new(42, 255, 39)
  17. TextLabel.TextStrokeTransparency = 0
  18. TextLabel.BackroundTransparency = 1
  19. TextLabel.TextSize = 40
  20. TextLabel.Font = 43
  21. TextLabel.Text = v.Name
  22. TextLabel.Parent = BillboardGui
  23. end)
Advertisement
Add Comment
Please, Sign In to add comment