#killstreak for my game

71 messages · Page 1 of 1 (latest)

placid grove
#

I need a person to help me with my game
I want it so when a person gets killed the killer gets a killstreak like KillStreak:1 and all the way to 100.i want other it so players can see and when the player dies it resets back to 0

pale jay
placid grove
#

Where do i add it

#

Nvm

placid grove
pale jay
#

make a Billboard GUI

placid grove
#

How to make it so it connects with it??

pale jay
#

you want it in leaderstats and Billboard ?

placid grove
#

Ye

serene ridgeBOT
#

studio** You are now Level 1! **studio

placid grove
#

Can do it for me i will reward

pale jay
#

Billbord.Textlabel.Text = "Kills - "..plr.leaderststs.kills.Value

placid grove
#

Where do i put this

pale jay
#

you can make a seperate script in the Billboard,
or you put this in the script creating the leaderstats

placid grove
#

Alr ty bro

#

Hopefully it will work

pale jay
#

you still need to set the Billbord and player (plr)

placid grove
#

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

open cedar
#

you know you can use events for that

#

like a remote event

placid grove
#

Bro idk how to script

serene ridgeBOT
#

studio** You are now Level 2! **studio

placid grove
#

Like that

open cedar
#

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)
serene ridgeBOT
#

studio** You are now Level 1! **studio

open cedar
#

coded for u

placid grove
#

So what do i do with the

#

Billboard

#

Gui

open cedar
#

hang on

#

imma make the stuff for you

placid grove
#

Alr

open cedar
#

im in roblox studio rn

placid grove
#

Alr bet

open cedar
#

i wont make the if killed system cuz u probs coded that from the vid

#

but ill make the systems

placid grove
#

Alr

open cedar
#

@placid grove

#

nrly done

#

do you want the leaderboards kills to go up aswell?

#

@placid grove ?

placid grove
#

Yeah

open cedar
#

hm

#

ok that will be hard

#

cuz it dont wanna work lol

placid grove
#

Its good

#

You dont gotta do it

open cedar
#

i will dont worry

#

gotta now lol

placid grove
#

noo

#

Its good

open cedar
#

so do you want the file rn?

placid grove
#

Ye

#

Send in dms

open cedar
#

k hold on

placid grove
#

Alr

open cedar
#

also youll need to be on ur pc, laptop or smth

#

phone doesnt have roblox studio

placid grove
#

Ik

#

I have a laptop lol

open cedar
#

alr

#

kk

open cedar
#

@placid grove

#

you may need to make this solved

placid grove
#

??