|
| 30 Nov 2014 03:22 PM |
s Instance.new("Part",game.Workspace) = Instance means auto, New means new "Part", it tells it to put it in-game workspace. -- S game.Workspace.Part:destroy() = Means to destroy to block you have made. -- s Instance.new("Smoke",game.Workspace.IlluminatiConfirm3d.Head) = To have smoke come out of your head. -- s Instance.new("Sparkles",game.Workspace.DivineAssassini.Head) = To have sparkles come out of you head. -- s Instance.New("Fire",game.Workspace.IlluminatiConfirm3d.Head) = To have fire come out of your head. -- s game.Workspace.IlluminatiConfirm3d.Head.Fire:remove() = To remove any sparkles/smoke/fire from your head. -- s Instance.new("Fire",game.Workspace.Part) = To set a brick on fire. -- s game.Workspace.Part.Fire:remove() = To remove fire from the brick. -- s Instance.new("Part",game.Workspace) wait(20)game.Workspace.Part:destroy() = To make the part dissapear in 20 seconds. -- s game.Lighting.TimeOfDay=0 = To change the time of day. -- s Brick=Instance.new("Part")Brick.Parent=game.Workspace wait(5)Brick:remove() = Removing a brick in 5 seconds after made. -- s FoundPants=game.Workspace.NAMEHERE.Head.FireFoundPants.Parent=game.Workspace.NAMEHERE.Head = Moving fire to someones head. -- s game.Workspace.EllieFloyd.Shirt:remove()]-To remove someones shirt. s game.Workspace.EllieFloyd.Pants:remove()]-To remove someones pants. -- s FoundPants=game.Workspace.NAMEHERE.PantsFoundPants.Parent=game.Workspace.NAMEHERE = To trade pants with someone. -- s game.Workspace.NAMEHERE.Torso.BrickColor=BrickColor.new("Really Black") = To change the color of your torso. -- s game.Workspace.NAMEHERE.Head.face:remove() = To remove a face off of someone. -- s game.Workspace.NAMEHERE.Humaniod.MaxHealth=math.huge = Max health. -- s game.Workspace.NAMEHERE["Left Leg/Right Leg"].BrickColor=BrickColor.new("Really black") = To change the color of your leg. -- s game.Players.DivineAssassini:destroy() = To remove a person. -- s game.Workspace.NAMEHERE.Head.Anchored=True -- s game.Workspace.Part.Name="Name" = To rename something.
Enjoy this! |
|
|
| Report Abuse |
|
|
| 30 Nov 2014 03:24 PM |
Some might come in handy.
Swiggity Swaggity |
|
|
| Report Abuse |
|
| |