--Transparency
game.Workspace.MyPart.Transparency = 700
--Remove Transparency
game.Workspace.MyPart.Anchored = true
-- Player
MyPlayer.Health = 500
MyWeapon.Damage = 500
--Roblox Part
MyRobloxPart.BrickColor = ReallyRed;
MyRobloxPart.Position.Y = 7
--Variable
local variableName = variableValue
--Infinite Money
local remoteBase = cash
local valueBase = 999999
game.ReplicatedStorage.remoteBase:FireServer(valueBase)
--Speed Hack
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
--JumpPower Hack
game.Players.LocalPlayer.Character.Humanoid.JumpPower = 500
--Noclip
game:GetService('RunService').Stepped:connect(function()
game:GetService'Players'.LocalPlayer.Character.Humanoid:ChangeState(
To embed this project on your website, copy the following code and paste it into your website's HTML: