TDJoed
|
  |
| Joined: 19 Apr 2012 |
| Total Posts: 1519 |
|
|
| 14 Aug 2012 02:40 PM |
| Example: game.Workspace.Base.Transparency=0 |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
| |
|
| |
|
|
| 14 Aug 2012 02:42 PM |
1. Instance.new("ManualSurfaceJointInstance") -- Will ruin your client c:
2. Instance.new("ForceField", game.Players.LocalPlayer) game.Players.LocalPlayer.Character.WalkSpeed = 32 game.Players.LocalPlayer.Character.Parent = game.Workspace.CurrentCamera -- Will make you invisible to others, double your walkspeed and give your a force field. |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2012 02:43 PM |
worshop.Brofessor.Destroy:wait(4):respawn())
u can change the wait to a bigger number and he won't respawn |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2012 02:45 PM |
local m = Instance.new("Message")
m.Parent = Workspace m.Text = "Example"
wait(3)
game.Workspace.Message:remove() |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2012 02:45 PM |
function onEntered(Player) if Player.Name == "TDJoed" then h = Instance.new("Hint") h.Parent = Player.PlayerGui h.Text = "Don't steal our scripts Nub" Player.Character:Remove() wait(10) h:Destory() else print("That player is not the noob") end end
This gives you god mode so you can never die. |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2012 02:46 PM |
local f = Instance.new("ForceField")
f.Parent = game.Workspace.Interminable |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2012 02:46 PM |
@MisterScripter
Shhh, you're ruining the secret! No one's supposed to know about that one! |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2012 02:47 PM |
local h = Instance.new("Hint")
h.Parent = Workspace h.Text = "Example"
wait(3)
game.Workspace.Message:remove() |
|
|
| Report Abuse |
|
|
TDJoed
|
  |
| Joined: 19 Apr 2012 |
| Total Posts: 1519 |
|
|
| 14 Aug 2012 02:57 PM |
p= game.Workspace:GetChildren() for i= 1, #p do if p[i].className == "Part" then p[i].Name = "Shane" end end |
|
|
| Report Abuse |
|
|
xXsoenXx
|
  |
| Joined: 13 Aug 2011 |
| Total Posts: 19967 |
|
|
| 14 Aug 2012 03:15 PM |
local h = Instance.new("Hint") h.Parent = game.Workspace h.Text = "N0"
|
|
|
| Report Abuse |
|
|
TJDude7
|
  |
| Joined: 21 Jun 2010 |
| Total Posts: 4605 |
|
|
| 14 Aug 2012 03:17 PM |
| Woah your name is almost like mine o_o |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2012 03:20 PM |
text = "cIkOuOfoff" print(text:sub(7,7)..text:sub(5,5)..text:sub(3,3)..text:sub(1,1)) print(text:sub(7)) |
|
|
| Report Abuse |
|
|
TDJoed
|
  |
| Joined: 19 Apr 2012 |
| Total Posts: 1519 |
|
| |
|