change
modules.change(parent: Instance, type: string, property: string, value: any)Parameters
Example
local char = game:GetService("Players").LocalPlayer.Character
-- example forcefield script
modules.change(char,"BasePart","Material","ForceField")Last updated