Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UI = game.ReplicatedStorage.OwnerUI
- game.Players.PlayerAdded:Connect(function(player)
- player.CharacterAdded:Connect(function(char)
- if player.UserId == --YOUR ID-- then
- local ClonedUI = UI:Clone()
- ClonedUI.Parent = char.Head
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement