Home:
/:discord://-/- friends:
discord://-/channels/@me/ - nitro:
discord://-/store - shop:
discord://-/shop - message requests:
discord://-/message-requests - family centre:
discord://-/family-center
| -- @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 |
| Axes | |
| BrickColor | |
| CFrame | |
| CellId | |
| Color3 | |
| ColorSequence | |
| ColorSequenceKeypoint | |
| DebuggerManager | |
| Delay | |
| ElapsedTime |
| -- @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 |