answersLogoWhite

0

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....

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
BeauBeau
You're doing better than you think!
Chat with Beau
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran

Add your answer:

Earn +20 pts
Q: In game scripts for roblox
Write your answer...
Submit
Still have questions?
magnify glass
imp