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
this is to take over some1s mind:
game.Players.YOURNAMEHERE.Character=game.Players.SOMEONEELSESNAME.Character
Lol. So totally.
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
How u script?
etjhhytehthethethet
eh… dont you put anything in code marks?
crap
yay hehe
Do u have to include END END!?
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
how do i script on acript builder????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
well i have 10000000 scripts
can i have ur scripts?
by the way i am jmmie2442
on roblox!
I wanna script