Adding Rank Changer

This commit is contained in:
Cooldude2606
2018-01-01 22:44:35 +00:00
parent e90ec06625
commit fbebff372d
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
--[[
Explosive Gaming
This file can be used with permission but this and the credit below must remain in the file.
Contact a member of management on our discord to seek permission to use our code.
Any changes that you may make to the code are yours but that does not make the script yours.
Discord: https://discord.gg/r6dC2uK
]]
--Please Only Edit Below This Line-----------------------------------------------------------
Gui.center.add{
name='rank-changer',
caption='Gui Center',
tooltip='Just a gui test',
draw=function(frame)
end
}

View File

@@ -26,5 +26,6 @@ require('Guis/science')
require('Guis/rockets')
require('Guis/player-list')
require('Guis/tasklist')
require('Guis/rank-changer')
-- other

View File

@@ -0,0 +1,3 @@
[rank-changer]
name=Rank Changer
tooltip=Change the rank of a player below you.