GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
|
| 17 Aug 2017 04:43 PM |
script custom made by Pragmatist
commands:
!wolimit [number]
when the person reaches a certain amount of deaths, they will move to the lobby team.
for example u can use this for ur bricktops training facility
and u want members to fight only to 7 deaths
|
|
|
| Report Abuse |
|
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
| |
|
|
| 17 Aug 2017 04:47 PM |
thats really easy to script
|
|
|
| Report Abuse |
|
|
Alvaxic
|
  |
| Joined: 27 Sep 2014 |
| Total Posts: 4006 |
|
|
| 17 Aug 2017 04:47 PM |
| bro... there's a lot of these open sourced |
|
|
| Report Abuse |
|
|
TimeBurnz
|
  |
| Joined: 21 Apr 2015 |
| Total Posts: 13433 |
|
|
| 17 Aug 2017 04:48 PM |
Literally search in free models wolimit and you'll find it
I wonder what grenades taste like | Devin |
|
|
| Report Abuse |
|
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
|
| 17 Aug 2017 04:49 PM |
hardly anybody has these scripts so im selling to those who want a professional model
|
|
|
| Report Abuse |
|
|
TimeBurnz
|
  |
| Joined: 21 Apr 2015 |
| Total Posts: 13433 |
|
|
| 17 Aug 2017 04:50 PM |
Stop with this lol.
i'll legit just copy and paste one of the scripts here if you keep this up.
I wonder what grenades taste like | Devin |
|
|
| Report Abuse |
|
|
|
| 17 Aug 2017 04:50 PM |
there is no such thing as professional in clans
|
|
|
| Report Abuse |
|
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
| |
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
|
| 17 Aug 2017 04:52 PM |
also for those reading this rn, read dis if u wanna halp. https://forum.roblox.com/Forum/ShowPost.aspx?PostID=223836291
|
|
|
| Report Abuse |
|
|
| |
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
|
| 17 Aug 2017 04:54 PM |
this script will greatly help the flow of your trainings, i suggest u buy this!
|
|
|
| Report Abuse |
|
|
TimeBurnz
|
  |
| Joined: 21 Apr 2015 |
| Total Posts: 13433 |
|
|
| 17 Aug 2017 04:55 PM |
local WOLimit = 11
local players = game:GetService('Players')
local function playerDied(player, humanoid) local stats = player:FindFirstChild('leaderstats') if stats and stats:findFirstChild('WOs') then stats.WOs.Value = stats.WOs.Value + 1 local tag = humanoid:FindFirstChild('creator') if tag and tag.Value.Parent and tag.Value:FindFirstChild('leaderstats') and tag.Value.leaderstats:FindFirstChild('KOs') then local killer = tag.Value killer.leaderstats.KOs.Value = killer.leaderstats.KOs.Value + 1 end local storage = game:GetService('ReplicatedStorage'):findFirstChild("RCLStorage") if storage and storage:findFirstChild("Settings") and storage.Settings:findFirstChild("WOLimit") and stats.WOs.Value == storage.Settings.WOLimit.Value then player.TeamColor = BrickColor.new("White") elseif stats.WOs.Value == WOLimit then player.TeamColor = BrickColor.new("White") end end end
players.PlayerAdded:connect(function(player) local leaderStats = Instance.new('IntValue', player) leaderStats.Name = 'leaderstats' local KOs = Instance.new('IntValue', leaderStats) KOs.Name = 'KOs' local WOs = Instance.new('IntValue', leaderStats) WOs.Name = 'WOs' player.CharacterAdded:wait() wait() if player.Character then local humanoid = player.Character.Humanoid humanoid.Died:connect(function() playerDied(player, humanoid) end) player.CharacterAdded:connect(function(character) character:WaitForChild('Humanoid').Died:connect(function() playerDied(player, character.Humanoid) end) end) end end)
I wonder what grenades taste like | Devin |
|
|
| Report Abuse |
|
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
|
| 17 Aug 2017 04:58 PM |
lol thats not even the script that i was talkin about fool boi111
|
|
|
| Report Abuse |
|
|
shout
|
  |
| Joined: 29 Jan 2007 |
| Total Posts: 466 |
|
| |
|
|
| 17 Aug 2017 05:02 PM |
gunpuppet, just stop
youre not special because yo can make a wolimit script |
|
|
| Report Abuse |
|
|
TyroneHD
|
  |
| Joined: 31 Mar 2013 |
| Total Posts: 441 |
|
|
| 17 Aug 2017 05:02 PM |
lol time
this random bloke on the internet | tyr_hd#9291 |
|
|
| Report Abuse |
|
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
|
| 17 Aug 2017 05:04 PM |
my script can do any life u want
!wolimit 100 !wolimit 3 !wolimit 6
anything, the deal is styll up!
|
|
|
| Report Abuse |
|
|
|
| 17 Aug 2017 05:06 PM |
so?
a few roblox wiki pages can tell you how to integrate chat with in game activities |
|
|
| Report Abuse |
|
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
| |
|
Aerofall
|
  |
| Joined: 08 Jul 2013 |
| Total Posts: 24507 |
|
| |
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
| |
|
|
| 17 Aug 2017 05:16 PM |
local WOLimit = 11 -- default out lives local GroupId = groupIDhere -- put group id of group local MinimumRank = minimumrankhere -- anyone who is this rank and higher will have power to change WOLimit
function onHumanoidDied(humanoid, player) local stats = player:findFirstChild("leaderstats") if stats ~= nil then local deaths = stats:findFirstChild("WOs") deaths.Value = deaths.Value + 1 if deaths.Value >= WOLimit then player.TeamColor=BrickColor.new("Baby blue") end local killer = getKillerOfHumanoidIfStillInGame(humanoid) handleKillCount(humanoid, player) end end
function onPlayerRespawn(property, player) if property == "Character" and player.Character ~= nil then local humanoid = player.Character.Humanoid humanoid.Died:connect(function() onHumanoidDied(humanoid, player) end ) end end
function getKillerOfHumanoidIfStillInGame(humanoid) local tag = humanoid:findFirstChild("creator") if tag ~= nil then local killer = tag.Value if killer.Parent ~= nil then return killer end end return nil end
function handleKillCount(humanoid, player) local killer = getKillerOfHumanoidIfStillInGame(humanoid) if killer ~= nil then local stats = killer:findFirstChild("leaderstats") if stats ~= nil then local kills = stats:findFirstChild("KOs") if killer ~= player then kills.Value = kills.Value + 1 else kills.Value = kills.Value - 1 end end end end
function onPlayerEntered(player) local stats = Instance.new("IntValue") stats.Name = "leaderstats"
local kills = Instance.new("IntValue") kills.Name = "KOs" kills.Value = 0
local deaths = Instance.new("IntValue") deaths.Name = "WOs" deaths.Value = 0
kills.Parent = stats deaths.Parent = stats ExtraPoints.Parent = stats
repeat wait() until player.Character
local humanoid = player.Character.Humanoid humanoid.Died:connect(function() onHumanoidDied(humanoid, player) end )
player.Changed:connect(function(property) onPlayerRespawn(property, player) end )
stats.Parent = player player.Chatted:connect(function(msg) if player:GetRankInGroup(GroupId) >= MinimumRank then if msg:lower():sub(1, 9) == "!wolimit " then local Num = msg:sub(10) if type(tonumber(Num)) == "number" then WOLimit = tonumber(Num) local Message = Instance.new("Hint", workspace) Message.Text = player.Name .. " changed the Out Lives to " .. WOLimit game.Debris:AddItem(Message, 2) end end end end) end
game.Players.ChildAdded:connect(onPlayerEntered)
Leaderboard + wolimit
!wolimit [number] |
|
|
| Report Abuse |
|
|
GunPuppet
|
  |
| Joined: 06 Jul 2015 |
| Total Posts: 6574 |
|
|
| 17 Aug 2017 05:21 PM |
wowowowo now it backfired xdxdxd
|
|
|
| Report Abuse |
|
|
|
| 17 Aug 2017 05:23 PM |
why specifically 105 robux
~marco |
|
|
| Report Abuse |
|
|