#Script not working
50 messages · Page 1 of 1 (latest)
thats a local script
no
only on a server script (or you loop trough every player but we dont need that)
can you just send it als CodeBlock
** You are now Level 5! **
that looks right, exept the loop, and put it inside a server script
in ServerscriptService
is there something in the output?
also
Character.Humanoid.NameDisplayDistance = 0 ???
oh no sorry, i thought you are changing the BillbordGui DisplayDistance to 0
if you start the game, is the Buillbord there?
maybe its just set to visible False
...
ist WaitForChild, that doesnt make a diffrence
i cant do this Anymore
Bro
just stop
you cant ping everyone
you are trying to get the Head inside of the Player, not the Character
fr
now in need to go, eat my Pizza Salami
bro
game.Players.PlayerAdded:Connect(function(player)
end)
calm down bruh
this is local script right ?
ur weird lol
--// Variables
local HeadGui = script.HeadGui
local PlayerService = game:GetService("Players")
PlayerService.PlayerAdded:Connect(function(Player)
local Character = Player:FindFirstChild('Character')
if Character then
local Clone = HeadGui:Clone()
Clone.Parent = Character:FindFirstChild('Head')
Clone.plrName.Text = Player.Name
Clone.plrName.TextLabel.Text = Player.Name
Clone.rank.Text = Player.Team.Name
Clone.rank.TextLabel.Text = Player.Team.Name
Clone.rank.TextLabel.TextColor3 = Player.Team.TeamColor.Color
Character.Humanoid.NameDisplayDistance = 0
Character.Humanoid.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
end
end)
try this


.
...............................
bro stop ngl
sleep is important
are you trying to change their nametag above their head
you can js put a billboard gui inside their head and set the default name offset to 0 so you cant see the roblox default one
that's feminist
why not Men
youre using badly the playeradded event
look for yt tutorials on how to use it correctly lol
Бро из триппинг 😭
bro what the fuck happened on this post
How do I make it that when a player presses L after 15 seconds their health and max health increases by 900000 and their max health and health decreases by 969 every second and this lasts until the player dies, make a modern script.
why would you need that
nobodys gonna write even remotely decent code for free
dang this group is useless then
lol this is chaotic lol
local uis = game:GetService("UserInputService")
uis.InputBegan:Connect(function(plr)
if Input == Enum.Keycode.L then
local char = plr.Character
local hum = char.Humanoid
hum.Health += 899900
hum.MaxHealth += 899900
wait(15)
repeat hum.Health -= 969 until hum.Health <= 0
end)
dk if the end is correct might need to add another
wait yeah its
end
end) bc theres an if statement
just use chatgpt lmfao
sorry, i will immediately begin working for you for free!!!