jump to navigation

Easier Ghost Script March 13, 2008

Posted by Dingdong272 in Uncategorized.
trackback

Here is an easier ghost script that what kristomaster posted.

No offense to kristomaster, it’s just he doesn’t know it yet, so how can he have put a script like this?

Here it is:

 p = game.Workspace.YOURNAMEHERE:GetChildren()

for i=1, #p do

if p[i].className == “Part” then

p[i].Transparency = 0.5 –edit for more/less ghostliness

end

end

 –Dingdong272

Comments»

1. jakester192837465 - May 11, 2008

this is to take over some1s mind:

game.Players.YOURNAMEHERE.Character=game.Players.SOMEONEELSESNAME.Character

2. Dingdong272 - May 13, 2008

Lol. So totally.

3. ooo - June 22, 2008

p = game.Workspace.YOURNAMEHERE:GetChildren()

for i=1, #p do

if p[i].className == “Part” then

p[i].Transparency = 0.5 –edit for more/less ghostliness

end

end

4. Bob_Teh_Killer - November 17, 2008

How u script?

5. hethethte - December 19, 2008

etjhhytehthethethet

6. James Wallace - February 19, 2009

eh… dont you put anything in code marks?

7. Anonymous - February 23, 2009

crap

8. pain22 off roblox - March 5, 2009

yay hehe

9. GUITARMAN56 - April 10, 2009

Do u have to include END END!?

10. DerFugga - July 7, 2009

Yes, not including the ends would break the script……

For Example

function ghost(player, trans)
c=player.Character:GetChildren()
for i=1, #c do
if c[i].className == “Part” then
c[i].Transparency=trans
end
end
end

c=game.Players:GetChildren()
for i=1, #c do
ghost(c[i], 0.5)
end

11. Anonymous - August 12, 2009

how do i script on acript builder????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

12. Anonymous - August 29, 2009

well i have 10000000 scripts

13. jammie2442 - October 19, 2009

can i have ur scripts?

by the way i am jmmie2442

14. jammie2442 - October 19, 2009

on roblox!