awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
|
| 19 Oct 2011 04:06 PM |
| I need to know like how to make a giver when someone clicks a gui on my place. |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
| |
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
|
| 20 Oct 2011 11:13 AM |
| Yes! I really need it for my place. |
|
|
| Report Abuse |
|
|
|
| 20 Oct 2011 11:16 AM |
| Can you explain in more detail? |
|
|
| Report Abuse |
|
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
|
| 23 Oct 2011 09:33 AM |
| Like I have a teleport gui on screen when someone clicks it they teleport to the map with a selected weapon meaning say I went to my place. I clicked a gui displayed on screen. I teleport to map with a sword that what I mean. |
|
|
| Report Abuse |
|
|
|
| 24 Oct 2011 04:42 PM |
Well, can you show us the script that has an issue? Otherwise, insert a TextButton, insert a script into the TextButton, write the script. :)
|
|
|
| Report Abuse |
|
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
|
| 26 Oct 2011 01:04 PM |
| I cant script and wont be able to for 10 or 20 years. |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2011 01:12 PM |
try this in the gui it'll tele you
function clickit()
p = game.Workspace:findFirstChild("Torso") if p ~= nil then p.Position = CFrame.new(0,1.6,0) -- [[insert the position you want the person to tele to]] end end
script.Parent.Clicked:connect(clickit)
|
|
|
| Report Abuse |
|
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
|
| 26 Oct 2011 01:31 PM |
I know that but look at title teleport gui (giver)
so when u teleport it gives u a weapon. |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2011 01:35 PM |
Venom a Model doesnt have a position.
Use this.
script.Parent.MouseButton1Down:connect(function() l = game.Lighting.ToolName:Clone() p = game.Players.LocalPlayer p:MoveTo(Vector3.new(0,0,0)) l.Parent = p.Backpack end)
Put this into a LocalScript. |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2011 01:35 PM |
| Oh and Venom thats the wrong Connect line. |
|
|
| Report Abuse |
|
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
|
| 26 Oct 2011 03:46 PM |
so where i put script into part that person teles to or in workspace???
venom (function clickit()
it supposed to be function onClicked() |
|
|
| Report Abuse |
|
|
|
| 26 Oct 2011 04:12 PM |
| Name of the function doesn't matter, and the Script goes inside the GUI. If you really want to, scripting isn't all that hard and it defenitely doesn't take 20 years so I suggest starting to learn it now. It is easy once you get the hang of it. |
|
|
| Report Abuse |
|
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
|
| 26 Oct 2011 04:29 PM |
But i dont understand scripting no mattter how much u teach me i wont get the hang of it the next day ill forget.
Thanks bye the way but i am afraid to say so that i removed my game but i will use the script for another game.
can u teach me how to script. |
|
|
| Report Abuse |
|
|
| |
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
|
| 27 Oct 2011 07:35 AM |
| It hard to understand half of the words arent even for my age im only 10. well im 9 but im going to be 10 |
|
|
| Report Abuse |
|
|
|
| 27 Oct 2011 08:55 AM |
| Wow good for you to learn RBX.Lua at a small age. |
|
|
| Report Abuse |
|
|
ZizZazZuz
|
  |
| Joined: 16 Jun 2008 |
| Total Posts: 2743 |
|
|
| 27 Oct 2011 09:02 AM |
| Fail. I used grammar at age nine. At age ten I was scripting teleporters. e.e |
|
|
| Report Abuse |
|
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
| |
|
|
| 28 Oct 2011 04:00 PM |
| C'mon man don't put em down. Awas3, you can do anything you set your mind to. And you won't forget it if you practice it! If you are serious about it and like building games, you should seriously consider learning to script. It is a very useful tool, and if you don't want your game to be free modeled, I'd definitely learn it. Trust me, it's not all that hard. You also should also try to use better grammar, just saying that because it is relatively important for scripting. |
|
|
| Report Abuse |
|
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
| |
|
|
| 31 Oct 2011 01:38 PM |
| awas3 try using dingdong272's tutortials, to find them just load roblox studio, search dingdong272 and start on his beginner tutorials, go on edit mode to load them |
|
|
| Report Abuse |
|
|
|
| 31 Oct 2011 01:39 PM |
| oh, and it really isn't that hard to script once youve learned the basics (loops, basic functions and events, and for statements) |
|
|
| Report Abuse |
|
|
awas3
|
  |
| Joined: 24 Oct 2010 |
| Total Posts: 2854 |
|
| |
|