TallFlo
|
  |
| Joined: 23 Feb 2011 |
| Total Posts: 19 |
|
|
| 09 Aug 2015 05:30 AM |
Hey,
so i made model of a script and i tried get the source of it in another script but how do i do that? I tried to put the numbers of the URL of the model in the LinkedSource property but now i get this error:
Failed to load source (281453328) for Workspace.Part.Script. The LinkedSource name may have changed or been removed.
Can anyone help? |
|
|
| Report Abuse |
|
|
| |
|
TallFlo
|
  |
| Joined: 23 Feb 2011 |
| Total Posts: 19 |
|
|
| 09 Aug 2015 06:16 AM |
Sorry for not being clear.
Look i have this code:
function module.loop() game.workspace.Part.Touched:connect(function(part) if part.Parent:FindFirstChild("Humanoid") then wait(0.5) game.workspace.Part.Anchored = false end end) end
This just works fine but there is only one problem. I want this to apply for more parts in the game. Now ofcourse i could duplicate the script and the parts a few times but than if i want to change the script i would have to change that for every single part in the game. Now my question is. How do i change all those scripts at once? |
|
|
| Report Abuse |
|
|