ZlikJoin Date: 2013-02-08 Post Count: 8910 |
Yeah the title is weird...
I need help making a screen GUI that spawns a car very near you. So you click the button, and a car appears in front of you.I've made the GUI, but I need help with the script. So just no telling me how to insert a screen gui and textbutton. Just the script. |
|
StanfyreJoin Date: 2014-10-13 Post Count: 1471 |
then go on the scriptings forum and not atr |
|
ZeroxydeJoin Date: 2014-12-12 Post Count: 8272 |
WF |
|
ZlikJoin Date: 2013-02-08 Post Count: 8910 |
OMG THE SCRIPTERS FORUM IS FOR ANYTHING BUT HELP REQUESTS |
|
z8yJoin Date: 2013-03-23 Post Count: 1105 |
Go to scripters, it says you shouldn't ask for help but you should, because its basicly the new help forum for scripting.
I just ate a Banhammer. / Add 12k posts to my post count. |
|
|
game = true
if game == true then
m = game.Workspace.IcantScript
wait(0.5)
m:clone(script.Parent)
else
print("I learned something, yay!")
end
This is probably horribly wrong as I've only spend like 10 minutes looking at lua..
|
|
|
The title would work in python though. Just a random fact.
Band is love, band is life |
|
KamovJoin Date: 2008-08-07 Post Count: 29015 |
print("Hello, I can't script.")* |
|
SulfoneJoin Date: 2010-08-19 Post Count: 8046 |
Put the car in ReplicatedStorage and have the car be cloned, put into Workspace with a CFrame of CFrame.new(character.Torso.Position + Vector3.new(10, 5, 0)) and put it into Workspace. Here's some pages if you're a complete noob at this:
http://wiki.roblox.com/index.php?title=API:Class/GuiButton/MouseButton1Click
http://wiki.roblox.com/index.php?title=API:Class/Instance/Clone
Also, Scripters is the wrong forum for help requests, go to Game Design instead. |
|
ZlikJoin Date: 2013-02-08 Post Count: 8910 |
@Unusaul
Yep, that would work in python. I think everyone knows that.... |
|
ZlikJoin Date: 2013-02-08 Post Count: 8910 |
@roblox I srsly dont know what the heck you are on about |
|
ZlikJoin Date: 2013-02-08 Post Count: 8910 |
@bobos
Wrong, print( "Hello, I can't script." ) |
|
KamovJoin Date: 2008-08-07 Post Count: 29015 |
dis works without spaces |
|
IadaJoin Date: 2015-01-17 Post Count: 10217 |
Print("Use free model and Google") |
|
OkamiWolfJoin Date: 2010-10-08 Post Count: 5707 |
print("Not in ATR!") |
|
ZlikJoin Date: 2013-02-08 Post Count: 8910 |
AGAGG.
LETS SHUT UP ABOUT PYTHON AND GET BACK TO THINKING ABOUT HOW I MAKE A MOTORBIKE GSPAWN GUI |
|
SulfoneJoin Date: 2010-08-19 Post Count: 8046 |
|
|
ZlikJoin Date: 2013-02-08 Post Count: 8910 |
@roblox
Nah, Ill just wait till someone replies with some more basic words. |
|
IadaJoin Date: 2015-01-17 Post Count: 10217 |
Hi not in atr k |
|
ArythulazJoin Date: 2008-12-26 Post Count: 9424 |
@Number
Those are basic words.. They are links to beginning how to script, and other sorts. If you're still stuck go to Youtube and see on tutorial videos on your issue mk.
Wait... Can you run that by me again? |
|
ZlikJoin Date: 2013-02-08 Post Count: 8910 |
wait......
TheKnightOut, are you that guy I met on Yoberry.... |
|
|
The print function doesn't require parenthesis. That goes for any function that takes 1 parameter and that 1 parameter happens to be a string.
function addPeriod(string)
return string.. "."
end
print(addPeriod"Hello") |
|
ArythulazJoin Date: 2008-12-26 Post Count: 9424 |
@Number
I never heard such website. There might be other people with my name. But, who knows. But, i'm not familiar with the website.
Wait... Can you run that by me again? |
|
ZlikJoin Date: 2013-02-08 Post Count: 8910 |
umm |
|
ZlikJoin Date: 2013-02-08 Post Count: 8910 |
its not a website, its a roblox game. |
|