Game Guides > Game FAQ >  

In game scripts for roblox

In game scripts for roblox
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....