Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local billboardgui = game.GetService:("ServerStorage"):WaitForChild("BillboardGui")
- game.Players.PlayerAdded:Connect(function(player)
- player.CharacterAdded:Connect(function(character)
- if player.Name == "TBNRNacRBPlayz"
- local clonedgui = billboardgui:Clone()
- clonedgui.TextLabel.Text = "Giant"
- clonedgui.TextLabel.TextColor3 = Color3.fromRGB(255,0,0)
- clonedgui.Parent = game.Workspace:WaitForChild(player.Name).Head
- game.Players.PlayerAdded:Connect(function(Player)
- Player.CharacterAdded:Connect(function(Character)
- local Humanoid = Character:WaitForChild('Humanoid')
- for i,Child in pairs(Humanoid:GetChildren()) do
- if Child:IsA('NumberValue') then
- Child.Value = 10
- end
- end
- end)
- end)
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement