TwyPlasma's Module

TwyPlasma’s Troll Module Update Log and Commands.

Module can be found here

(Created for console purposes but can be used for others purposes as well)

Updates

For the destroy command, command now prints every time an instance is destroyed.

local module = require(5888986751)

Commands

Gravity
module.Gravity_Min() --Sets Gravity to 0
module.Gravity_Max() --Sets Gravity to 1000
module.Gravity_SlowHeavy() --Changes gravity from 0 to 1000 through a loop
module.Gravity_SlowLight() --Changes gravity from 1000 to 0 through a loop
New Instances
--Note that instance names will be the default names
module.New_Part()
module.New_Model()
module.New_Wedge()
module.New_Script()
module.New_CornerWedge()
module.New_Seat()
module.New_VehicleSeat()
module.New_Truss()
module.New_Folder()
module.New_Spawn()
module.New_Tool()
module.New_MeshPart()

module.New_All() --Creates all above instances

module.New_AllLoop() -- Loops New_All every second
Destroy
--Note that the below only destroys Instances in workspace that have not been renamed
module.Destroy_Part()
module.Destroy_Model()
module.Destroy_Union()
module.Destroy_Truss()
module.Destroy_Seat()
module.Destroy_VehicleSeat()
module.Destroy_Script()
module.Destroy_Folder()
module.Destroy_Wedge() 
module.Destroy_CornerWedge()
module.Destroy_MeshPart()
module.Destroy_Tool()
module.Destroy_Spawn()

module.Destroy_All() --Calls all above destroy function. 
Sets
Set 1
module.Set1() -- Functions Gravity_Min and Destroy_All
Set 2
module.Set2() --Functions Gravity_Max and New_AllLoop
Set 3
module.Set3() --Functions Gravity_Min , Destroy_All then New_AllLoop
Set 4
module.Set4() --Functions Gravity_Min , Gravity_SlowHeavy , Gravity_SlowLight, Gravity_Max
Set 5
module.Set5() --A loop of Set 4
1 Like