#Script not working

50 messages · Page 1 of 1 (latest)

arctic juniper
#

why is there a loop?

#

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

versed pulsarBOT
#

studio** You are now Level 5! **studio

arctic juniper
#

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

#

Brohollow

#

just stop

#

you cant ping everyone

#

you are trying to get the Head inside of the Player, not the Character

arctic juniper
#

now in need to go, eat my Pizza Salami

ruby isle
#

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

blissful plover
arctic juniper
ruby isle
#

.

ruby isle
#

bro stop ngl

arctic juniper
#

sleep is important

lilac latch
#

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

arctic juniper
#

that's feminist
why not Men

summer thicket
#

youre using badly the playeradded event

#

look for yt tutorials on how to use it correctly lol

random lantern
#

Бро из триппинг 😭

clever hound
#

bro what the fuck happened on this post

chilly pewter
#

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.

lost bluff
chilly pewter
#

dang this group is useless then

summer thicket
#

lol this is chaotic lol

lilac latch
#

dk if the end is correct might need to add another

#

wait yeah its
end
end) bc theres an if statement

clever hound
lost bluff