|
| 12 Apr 2015 12:10 PM |
I need it to teleport you to a certain position and give a tool when you click it then i need one that teleports you back and removes tools can anyone help .-. |
|
|
| Report Abuse |
|
|
|
| 12 Apr 2015 12:11 PM |
nice fedora you could learn to script, which is basically necessary for making games. sorry if i sound mean, i am just too lazy to try and help people today |
|
|
| Report Abuse |
|
|
|
| 12 Apr 2015 12:22 PM |
| You can find it in the wiki of roblox or scripting wikias/videos, But I really reccomned you to read the wikis,they're more detailed. (Sorry if I don't help,it's because I dont really have time to write a entire script [I'm also lazy] |
|
|
| Report Abuse |
|
|
|
| 12 Apr 2015 12:23 PM |
| watch peasfactory tutorials on youtube, it's how i learned to scripttttt |
|
|
| Report Abuse |
|
|
|
| 12 Apr 2015 12:32 PM |
Okay thanks. I was going to try and learn, the wiki didn't help last time i tried though. I'll try watching the videos. |
|
|
| Report Abuse |
|
|
|
| 12 Apr 2015 01:09 PM |
button = script.Parent
function clicked() torso = button.Parent.Parent.Parent.Character.Torso destination = script.Parent.Configuration.TeleportDestination.Value torso.CFrame = CFrame.new(destination,torso.CFrame.lookVector) end
script.Parent.MouseButton1Click:connect(function(a) clicked() end)
there should be a configuration folder added to the gui, and inside a value named teleport destination and u change tht to the brick position
tl;dr
http://www.roblox.com/teleport-gui-item?id=237359176 |
|
|
| Report Abuse |
|
|