Skip to content

Instantly share code, notes, and snippets.

View devSparkle's full-sized avatar

Ricardo Loureiro devSparkle

View GitHub Profile
@Validark
Validark / Nevermore Redux.module.lua
Last active May 5, 2017 04:36
Now supports infinite yielding for Folder creation as well!
-- @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