|
| 06 Oct 2015 09:09 PM |
Are you able to fix this script? Script is inside of a tool along with a model, clicking with the tool in hand is supposed to spawn the model. ________________________
--Info: To Use This Just Inset A Model Inside This Tool And Change The Name Where It Says Below
bin = script.Parent
function onButton1Down(mouse)
local model = bin.Figure:clone() --Change "Plane" to What Ever Model Name You Have
model.Parent = game.Workspace model:MakeJoints() model:MoveTo(mouse.hit.p) bin:ClearAllChildren()
end
function onSelected(mouse) mouse.Icon = "rbxasset://textures\\GunCursor.png" mouse.Button1Down:connect(function() onButton1Down(mouse) end) end
bin.Selected:connect(onSelected)
|
|
|
| Report Abuse |
|
|
cbsqueast
|
  |
| Joined: 16 Apr 2011 |
| Total Posts: 6784 |
|
| |
|
Nemesis55
|
  |
| Joined: 08 Dec 2012 |
| Total Posts: 2788 |
|
|
| 06 Oct 2015 09:09 PM |
prient:() (HElo wORLd!1!!!1)e
repeat 1000 times
endd |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2015 09:09 PM |
how to solve:
print("Hello World!") |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2015 09:09 PM |
| and this here folks, is a script kiddie |
|
|
| Report Abuse |
|
|
ak154
|
  |
| Joined: 11 Aug 2008 |
| Total Posts: 12172 |
|
|
| 06 Oct 2015 09:10 PM |
| I never learned how to script |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2015 09:10 PM |
Post this on Scripting Helpers
#code print ("You live in a different world") |
|
|
| Report Abuse |
|
|
|
| 06 Oct 2015 09:11 PM |
print 'rainbows' life = '<><' while true do wait(0.1) script.Parent.BrickColor = BrickColor.random() math.random(1,69) end |
|
|
| Report Abuse |
|
|