Advertisement
Instance_BLOX

Owner Tag Script

Jun 25th, 2021
4,819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local UI = game.ReplicatedStorage.OwnerUI
  2.  
  3. game.Players.PlayerAdded:Connect(function(player)
  4. player.CharacterAdded:Connect(function(char)
  5. if player.UserId == --YOUR ID-- then
  6. local ClonedUI = UI:Clone()
  7. ClonedUI.Parent = char.Head
  8. end
  9. end)
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement