|
| 31 Aug 2016 04:55 PM |
| So, I'm posting this here because nobody answered in the Script sub-forum. I'm learning/new to scripting. Does anyone know a script that will turn a user's character transparent? Thanks. |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2016 04:56 PM |
It's easy if you take the time to learn basic scripting
Stop being lazy
-OTDinosaur/ DanTennesson foruming alt- -Originally a 2009'er- -Add 21,950 posts to postcount from all of my mains- |
|
|
| Report Abuse |
|
|
76km
|
  |
| Joined: 14 Aug 2015 |
| Total Posts: 5455 |
|
|
| 31 Aug 2016 04:56 PM |
Yeah.
while true do --made by 76km wait(1) for i, v in pairs (game.Players:GetChildren()) do if v.Character and v.Character.Torso then v.Character.Torso.Transparency = 1 end end
that should transparent the torso. |
|
|
| Report Abuse |
|
|
Versault
|
  |
| Joined: 08 Oct 2014 |
| Total Posts: 3241 |
|
|
| 31 Aug 2016 04:56 PM |
game.Workspace.insertplayerhere.Head.Transparency = 1
|
|
|
| Report Abuse |
|
|
|
| 31 Aug 2016 05:05 PM |
Why are you guys writing the script for him? If you do he'll never learn to do it himself
I used to just be like him to the point where I'd follow Rukiryo into his game and pester him for his Pokeball scripts
Now I've made what I'm fairly sure is the most realistic Pokeball on ROBLOX which has effects, a 1/3 catch rate and a working party and battle system without anybody else's help
Take the time to learn to script because getting others to do it for you wom't help you
-OTDinosaur/ DanTennesson foruming alt- -Originally a 2009'er- -Add 21,950 posts to postcount from all of my mains- |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2016 05:08 PM |
| ^ I have searched and not been able to find a script or where to learn a script to make someone's user transparent. I'm just asking how or for someone to at least tell me how you would code it. It's not like I'm asking them how to make my whole game. |
|
|
| Report Abuse |
|
|
llaserx
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 53069 |
|
|
| 31 Aug 2016 05:09 PM |
| 76k ders a reason y he wasnt answered he asking for a script |
|
|
| Report Abuse |
|
|
|
| 31 Aug 2016 05:11 PM |
No you know what I'm sick of people like you
Go on the Wikia and learn scriptig functions
Start by editing scripts and then writing them from scratch like I did a few years ago
I used to be worse than you and much less patient so if I could do it so could you
You have no excuse OP
-OTDinosaur/ DanTennesson foruming alt- -Originally a 2009'er- -Add 21,950 posts to postcount from all of my mains- |
|
|
| Report Abuse |
|
|