Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can anyone help me on my kill and points and kills script?

Asked by 5 years ago
Edited 5 years ago

Here we go I know it looks like a mess, I am trying too create a point/Kill script this one of the first I've made a script up from the coding books I have at home.

local function AddBoard2Player(player)
    local board Instance.new("Model",player)
    board.Name = "Leaderstats"
    local deaths = Instance.new("IntValue",board)
    Death.Name = "Deaths"
    deaths.Value = 0
    End

     function = AddBoard2Player(player)
        local board Instance.new("Model",player)
        board.Name = "Leaderstats"
        Points.Name "Points"
    Points.Value = 0
0
This script is indeed a mess and it doesn't even work Luka_Gaming07 534 — 5y
0
ik thats your problem tho Luka_Gaming07 534 — 5y
1
I'm sorry luka, but I find it funny that we're on a site to provide help with scripting problems and you basically just say "it doesn't work, but that's not my problem" :) SteamG00B 1633 — 5y
0
@charlesec Feel free to message me on discord if you want some help. My id is: Boca#6430 martingalethreat 81 — 5y

Answer this question