Advertisement
Sufferrrrrr

Untitled

Feb 22nd, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  2. local Players = game:GetService("Players")
  3.  
  4. local OverheadGui = ReplicatedStorage:WaitForChild("OverheadGui")
  5.  
  6. Players.PlayerAdded:Connect(function(Player: Player)
  7.  
  8. Player.CharacterAdded:Connect(function(Character)
  9. OverheadGuiClone.Parent = Character:FindFirstChild("Head")
  10. end)
  11. end)
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement