local adminName = "nama mu" -- HARUS sama persis dengan nama kamu
local tool = game.ServerStorage:WaitForChild("BanHammer")
game.Players.PlayerAdded:Connect(function(player)
if player.Name == adminName then
player.CharacterAdded:Connect(function()
local clone = tool:Clone()
clone.Parent = player.Backpack
end)
end
end)
2026-06-03 13:44:13
0
madyelktaani34 [500⏳] :
local adminName = "nama mu" -- HARUS sama persis dengan nama kamu
local tool = game.ServerStorage:WaitForChild("BanHammer")
game.Players.PlayerAdded:Connect(function(player)
if player.Name == adminName then
player.CharacterAdded:Connect(function()
local clone = tool:Clone()
clone.Parent = player.Backpack
end)
end
end)
2026-06-03 09:16:07
0
AH :
: : local adminName = " Miim2_2mu" -- HARUS sama persis dengan nama kamu
local tool = game.ServerStorage:WaitForChild("BanHammer")
game.Players.PlayerAdded:Connect(function(player)
if player.Name == adminName then
player.CharacterAdded:Connect(function()
local clone = tool:Clone()
clone.Parent = player.Backpack
end)
end
end)
2026-04-29 09:50:44
0
AH :
: local adminName = "nama mu" -- HARUS sama persis dengan nama kamu
local tool = game.ServerStorage:WaitForChild("BanHammer")
game.Players.PlayerAdded:Connect(function(player)
if player.Name == adminName then
player.CharacterAdded:Connect(function()
local clone = tool:Clone()
clone.Parent = player.Backpack
end)
end
end)
2026-04-29 09:48:14
0
To see more videos from user @calv_789, please go to the Tikwm
homepage.