of     1   

IamTheBigSalami
#45169721Wednesday, April 06, 2011 1:31 PM GMT

Hey i need help on a buy button but it needs to summon a boat
[rfa#hidefromsearch]
#45169838Wednesday, April 06, 2011 1:40 PM GMT

[rfa#hidefromsearch]
someman
#45169846Wednesday, April 06, 2011 1:41 PM GMT

You need to build a boat first.
IamTheBigSalami
#45170230Wednesday, April 06, 2011 2:04 PM GMT

I have a boat
someman
#45170986Wednesday, April 06, 2011 2:41 PM GMT

Well. 1. Make an onTouch script. 2. onTouch, clone the boat. 3. MakeJoints() 4. Bring the clone to Workspace 5. Specifiy the Position of the new boat.
IamTheBigSalami
#45171265Wednesday, April 06, 2011 2:53 PM GMT

ooo never thought of that thxs :D but how do i make it where i can buy it? or does that buy it? Lol just to let you know im not a noob im just a noob to scripting
myrco919
#45171339Wednesday, April 06, 2011 2:55 PM GMT

[ Content Deleted ]
Robert00001
#45171366Wednesday, April 06, 2011 2:56 PM GMT

I smell a typo...
myrco919
#45171413Wednesday, April 06, 2011 2:58 PM GMT

[ Content Deleted ]
IamTheBigSalami
#45171452Wednesday, April 06, 2011 2:59 PM GMT

@Above Script dont work....
Robert00001
#45171454Wednesday, April 06, 2011 3:00 PM GMT

"Lightning" 'Nuff said.
myrco919
#45171466Wednesday, April 06, 2011 3:00 PM GMT

[ Content Deleted ]
myrco919
#45171479Wednesday, April 06, 2011 3:01 PM GMT

[ Content Deleted ]
IamTheBigSalami
#45171519Wednesday, April 06, 2011 3:03 PM GMT

Ok thxs above but how do i use the Output sorry if im asking to much
myrco919
#45171525Wednesday, April 06, 2011 3:03 PM GMT

[ Content Deleted ]
myrco919
#45171545Wednesday, April 06, 2011 3:04 PM GMT

[ Content Deleted ]
IamTheBigSalami
#45172035Wednesday, April 06, 2011 3:24 PM GMT

I kinda learned how to use it
myrco919
#45172083Wednesday, April 06, 2011 3:26 PM GMT

[ Content Deleted ]
IamTheBigSalami
#45172141Wednesday, April 06, 2011 3:29 PM GMT

Lol sorry im just sooo happy thxs Mycro and i think i fixed it function onTouch() if game.Players:GetPlayerFromCharacter(p.Parent) and game.Players[p.Parent.Name].Cash and game.Players[p.Parent.Name].Cash.Value >= 50 then game.Players[p.Parent.Name].Cash.Value = game.Players[p.Parent.Name].Cash.Value - 50 b = game.Lightning.Boat:clone() b.Parent = workspace b:MoveTo(Vector3.new(pos)) script.Parent.Touched:connect(onTouch) end end

    of     1