ZethiusJoin Date: 2009-09-03 Post Count: 334 |
I want to make a laser tag game with the Hyperlaser. I wanted it to look kinda like the game Strobe. How do I add Neon Boxes around Parts? |
|
|
Building Helpers, wrong topic. |
|
|
Although above is right. I'm in a nice mood so i'll help you anyways :) You need to make thin surface guis on each side... Google surface guis to find out about them!
a penny saved is a penny earned but the government will take it anyways. |
|
|
ever heard of the selection box object? |
|
ZethiusJoin Date: 2009-09-03 Post Count: 334 |
already tried :/ |
|
|
Bro did you even adornee it to the object? Aka the property? |
|
|
Im gonna Fk you all up the butt |
|
ZethiusJoin Date: 2009-09-03 Post Count: 334 |
i put in a part, inserted a selection box, and it did nothing. pleae help |
|
|
YOU ARE A IDIOT!
MAKE A SELECTION BOX IN A PART, THEN MAKE A SCRIPT IN THE SELECTIONBOX.
PUT THE FOLLOWING SCRIPT IN IT:
local adornee = script.Parent.Adornee
local part = script.Parent
while true do
adornee = part
wait(.1)
end
|
|
OskeeJoin Date: 2014-07-24 Post Count: 297 |
^ Is he supposed to know that? What if he never scripted?
She said what? |
|
|
He probably DOES KNOW HOW TO SCRIPT. |
|
ZethiusJoin Date: 2009-09-03 Post Count: 334 |
I don't :C |
|
|
!@$%$$%$%$@%@#@@!#!@#~@#!@$@!#@!#~@
ok.
go to these 3 links (the first one first, second one second, third one third)
http://wiki.roblox.com/index.php/Absolute_beginner's_guide_to_scripting
http://wiki.roblox.com/index.php?title=Your_First_Script
http://roblox.wikia.com/wiki/Intermediate_Guide_to_Scripting
These are the key to learn scripting.
Also learn about these two things:
http://wiki.roblox.com/index.php?title=Vector3
http://wiki.roblox.com/index.php?title=Vector2
|
|
ZethiusJoin Date: 2009-09-03 Post Count: 334 |
Thanks. |
|
|
Your welcome. Lua is hard to understand at first, but keep trying, and you will be able to script. Yes, its a lot to learn, that is why its difficult at first. |
|
|
Btw i think he just got a freebee script and back to free models he goes |
|