|
| 18 Sep 2014 11:10 PM |
I need a script inside of a VeichleSeat i think localscript idk but when you sit on it you turn invisible and when you get off your visible :D
I hope it's not too much to ask :3
If not can you please make it? And i need to test it first if it works i'll give you 31 Robux i guess, not much for a script but thanks :D And your welcome for the robux! :D!!! |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2014 11:15 PM |
You're not going to learn anything by asking people to make you things.
Try the wiki. |
|
|
| Report Abuse |
|
|
|
| 18 Sep 2014 11:20 PM |
| I will try. But can someone make me this script. I will start learning Lua soon but right now can someone please make me this? |
|
|
| Report Abuse |
|
|
rewdew2
|
  |
| Joined: 10 Dec 2009 |
| Total Posts: 168 |
|
|
| 18 Sep 2014 11:27 PM |
Okay, i'm not going to give you the answer directly, but here's an idea of what you should think about.
A: How does the seat link to the humanoid?
B: How would a script link that?
C: how do your properly spell all the body part names.
If you find these, it'd be much easier for you to do what you're asking about. PS: regular script, not local. |
|
|
| Report Abuse |
|
|
Goulstem
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 7177 |
|
|
| 18 Sep 2014 11:33 PM |
First of all,
This isn't a request forum, offeing money won't schmooze people into giving you a script.
Secondly,
What the first guy said, you learn nothing by requesting scripts from people, you can't possibly look throught this script and know what's happenning if you have no knowlage of Lua.
Thirdly,
Think about this; If you were the scripter, would you just give someone YOUR work that could possibly help publisize their place and get them money, but you get nothing in return but credit at the bottom of the description? -.- I doubt it, so trying to do this is almost like scamming us.
Do some work for yourself and at least figure out some basics and if you're gonna request, at least request how you would do it, not a full script. |
|
|
| Report Abuse |
|
|
dudedin
|
  |
| Joined: 02 Jul 2010 |
| Total Posts: 32 |
|
|
| 18 Sep 2014 11:35 PM |
| @Goulstem "Scripting Helpers" your right this is not a request page but People Help others no ask for money so get out. I would gladly give some of my scripts to help others learn keep in mind i would throw in a few flaws so they can fix it and learn but that's about it. |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 12:00 AM |
I have no i idea what i'm doing but you can totally judge this:
Humanoid = touch
Humanoid = Torso.Trancparency=1
Humanoid = LLeg.Trancparency=1
Humanoid = RLeg.Trancparency=1
Humanoid = LArm.Trancparency=1
Humanoid = RArm.Trancparency=1
Humanoid = Head.Trancparency=1
end (end
So...This script looks so wrong and it was only a part of it o_o |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 12:01 AM |
| The end's shouldn't be there because it's only a PART of the script. |
|
|
| Report Abuse |
|
|
devTools
|
  |
| Joined: 06 Sep 2014 |
| Total Posts: 7950 |
|
|
| 19 Sep 2014 12:03 AM |
I am crying. This is...saddening. First, try spelling "Transparency" correctly... then try to learn Lua and... how to define variables.
*cri*
|Seems legit | devTools |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 12:05 AM |
@devTools
Sorry.. o_o
Humanoid = touch
Humanoid = Torso.Transparency=1
Humanoid = LLeg.Transparency=1
Humanoid = RLeg.Transparency=1
Humanoid = LArm.Transparency=1
Humanoid = RArm.Transparency=1
Humanoid = Head.Transparency=1
And thank you for being truly honest. And yes i realllly need to work on my scripting o_o |
|
|
| Report Abuse |
|
|
devTools
|
  |
| Joined: 06 Sep 2014 |
| Total Posts: 7950 |
|
|
| 19 Sep 2014 12:08 AM |
nononono pls stop my eyes hurt.
You can't just say humanoid because the game doesn't know what that is, but it knows what you mean if you say "game.Players:GetChildren().Character.Humanoid". Try being more specific and looking at the properties of different things in the game. Also try looking at some of the ROBLOX U videos, they might help you learn the basics of scripting.
|Seems legit | devTools |
|
|
| Report Abuse |
|
|
davisky2
|
  |
| Joined: 04 Mar 2012 |
| Total Posts: 4710 |
|
|
| 19 Sep 2014 12:12 AM |
| PLEASE dont post it aigain... I KNOW you wanted now post it, but dont. Please I will get sik of it... |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 12:43 AM |
Does this help or is it still horible?
game.Players:GetChildren().Character.Humanoid = touched
if touched = function
Humanoid = Torso.Transparency=1
Humanoid = LLeg.Transparency=1
Humanoid = RLeg.Transparency=1
Humanoid = LArm.Transparency=1
Humanoid = RArm.Transparency=1
Humanoid = Head.Transparency=1
Should i delete the Humanoid ='s? and just keep the Torso.Transparency=1 and the others? Or change it or keep it? |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 12:44 AM |
| Or am i just doing the whole thing wrong? |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 01:08 AM |
a normal script runs serversided. a localscripts runs clientsided.
-i am atlanticblox |
|
|
| Report Abuse |
|
|
Goulstem
|
  |
| Joined: 04 Jul 2012 |
| Total Posts: 7177 |
|
|
| 19 Sep 2014 07:11 PM |
| Okay.. it's horrifying.. just look in my models for something called 'invisible block' or something, it's near the top I think. |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 07:13 PM |
I recommend immediate medical assistance. That, frankly, isn't even close to being a functioning script my friend. :P
Try free models. I hate to say it, but let's face it. Most every scripter started off by dissecting scripts from free models. Just PLEASE don't try to make a popular game using them. |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 07:57 PM |
That script is so not even a script my eyeballs shriveled up and died.
Go read every page on the wiki, then do it again, then do it one more time just to make sure your preconceptions of pseudocode are gone, then come back here.
--ThatChristianGuy |
|
|
| Report Abuse |
|
|
|
| 19 Sep 2014 08:02 PM |
Just stop, put this into a local script in StarterPack. Was not tested
local plr = game.Players.LocalPlayer repeat wait() until plr local char = Workspace:WaitForChild(plr.Name) local phase = -1
char:WaitForChild("Humanoid").Seated:connect(function() local function scan(a) for _,v in pairs(a:GetChildren()) do if v:IsA"BasePart" then v.Transparency = v.Transparency + phase end scan(v) end if phase == 1 then phase = -1 else phase = 1 end scan(char) end) |
|
|
| Report Abuse |
|
|