game.Workspace.NAME.Head:remove()
game.Workspace.NAME.Pants:remove()
game.Workspace.NAME.Shirt:remove()
game.Workspace.NAME:remove()
game.Workspace.NAME.Head.Reflectance = 1
game.Workspace.NAME.Head.Transparency = 1
game.Workspace.NAME.Head.Anchored = true (do false instead of true to undo)
while true do wait(.1) game.Players.coolmanboy9.Character.Head.BrickColor = BrickColor.Random() end wait(.1) game.Workspace.coolmanboy9.Torso.BrickColor = BrickColor.Random() end
game.Workspace.NAME.Humanoid.PlatformStand = true
MY UFO SCRIPT
--------------------------------------------------------
h = Instance.new("SpecialMesh") h.Parent = game.Workspace.NAME:FindFirstChild("Left Leg") h.Offset = Vector3.new(0, -5, 0) h.Scale = Vector3.new(12, 1.5, 12) h.MeshType = "Sphere" game.Workspace.NAME.Pants:remove() game.Workspace.NAME:FindFirstChild("Left Leg").Reflectance = 8 --(not in game but still cool i guess)
----------------------------------------------------------
game.Workspace.NAME.Head.face:remove()
game.Workspace.NAME.Torso.Shape = "Ball"
game.Workspace.NAME.Head.Mesh.MeshType = "Sphere"
game.Workspace.NAME.Humanoid.WalkSpeed = 200
game.Lighting.TimeOfDay = 01
MY COLOR CHANGING SMOKE SCRIPT
---------------------------------------
s = Instance.new("Smoke") s.Parent = game.Workspace.coolmanboy9.Head s.Color = Color3.new(255, 0, 0) s.Opacity = 1 s.RiseVelocity = 1 s.Size = 10 archivable = true (havent seen anyone else do this :)
that's as much as i have in the game section....
Chat with our AI personalities
Lua Scripts
Roblox hopperbin scripts are scripts that are placed in Roblox hopperbin objects. These scripts control tools such as balefire and fly tools. They are also used in group building tools such as the copy and delete tools.
if u want scripts PM me FireKnight01 thx
Models are things that you add to a game that you are developing such as cars, maps or even scripts and I don't think that you would want to wear them on your Roblox character.
BodyGyro keeps a brick's top surface upright. You can edit it's properties in-game by using scripts.