#killstreak for my game
71 messages · Page 1 of 1 (latest)
its basicly
https://youtu.be/LaXtAH0H9nE
but you add
player.Died:Connect(function()
leaderstats.kills.value = 0
end)
I need it to appear above their head not leaderstats
make a Billboard GUI
How to make it so it connects with it??
you want it in leaderstats and Billboard ?
Ye
** You are now Level 1! **
Can do it for me i will reward
Billbord.Textlabel.Text = "Kills - "..plr.leaderststs.kills.Value
Where do i put this
you can make a seperate script in the Billboard,
or you put this in the script creating the leaderstats
you still need to set the Billbord and player (plr)
Like how
Just decorate it??
Size
And stuff?
Forget it
Just tell me how to make s players kill show above their head
I jist need that
Bro idk how to script
** You are now Level 2! **
Like that
in the server script
local event = game.ReplicatedStorage.Events.Kill_RemoteEvent
-- if killed code here
local person_who_killed = -- idk here
local person_who_died = plr
event:FireAllClients(person_who_killed)
in client script (client script will be in the tag)
local event = game.ReplicatedStorage.Events.Kill_RemoteEvent
local value = script.Parent.KillValue
event.OnClientEvent:Connect(function(pwk)
if script.Parent.Parent.Parent.Parent.Username == pwk then
value.Value = value.Value + 1
script.Parent.Text = value.Value
else
print("----- Kills -----")
print("user is not "..pwk.." but is"..script.Parent.Parent.Parent.Parent.Username)
print("----- Kills -----")
end
end)
** You are now Level 1! **
coded for u
Alr
im in roblox studio rn
Alr bet
i wont make the if killed system cuz u probs coded that from the vid
but ill make the systems
Alr
@placid grove
nrly done
do you want the leaderboards kills to go up aswell?
@placid grove ?
Yeah
so do you want the file rn?
k hold on
Alr
??