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

Kill and Assist wont count, but death counts on leaderboard. Help?

Asked by 5 years ago

KO is not registering as kill. Assist is not registering to leader board too. But death counts and works. Is there something I am missing?

001local PlayerManager = {}
002 
003-- ROBLOX Services
004local Players = game.Players
005local PointsService = game:GetService("PointsService")
006 
007-- Game Services
008local Configurations = require(game.ServerStorage.Configurations)
009local Events = game.ReplicatedStorage.Events
010local ResetMouseIcon = Events.ResetMouseIcon
011local TeamManager = require(script.Parent.TeamManager)
012local DisplayManager = require(script.Parent.DisplayManager)
013 
014-- Local Variables
015local PlayersCanSpawn = false
View all 170 lines...
0
It's a problem with the tool(s) you are using. Crvnberie 35 — 5y
0
@Crvnborio what do you mean? Asher0606 36 — 5y

Answer this question