This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- @author Validark | |
-- @original Quenty | |
-- @readme https://github.com/NevermoreFramework/Nevermore | |
local RunService = game:GetService("RunService") | |
local ServerStorage = game:GetService("ServerStorage") | |
local ReplicatedStorage = game:GetService("ReplicatedStorage") | |
local ServerScriptService = game:GetService("ServerScriptService") | |
-- Configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Axes | |
BrickColor | |
CFrame | |
CellId | |
Color3 | |
ColorSequence | |
ColorSequenceKeypoint | |
DebuggerManager | |
Delay | |
ElapsedTime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- @author Validark | |
--[[ | |
Place this in a `Script` in `ServerScriptService` | |
Place Arena spawns in a model called in the workspace | |
Make sure the name of the Arena spawns model matches variable `ARENASPAWNS` in the Configuration below | |
Place the Pistol in the ServerStorage | |
Make sure the name of the Pistol matches the variable `GEAR_NAME` in Configuration |