|
| 11 May 2015 05:59 PM |
Hi guys, sorry for bad grammar but I'm italian, I made this script for start a cutscen with MouseClick but when I click only me can see this, I'm not expert with scripting This is a string of one script: c.CameraSubject = game.Players.LocalPlayer.Character.Humanoid This is another script: local cscript = script:WaitForChild("CutsceneScript")
function Cutscene(player) repeat wait () until player.Character local new_script = script.CutsceneScript:clone() new_script.Parent = player.Character new_script.Disabled = false end
script.Parent.Click.MouseClick:connect(Cutscene) |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 11 May 2015 10:32 PM |
| Only I can see this* also, the reason you can only see it is because it's LocalPlayer. I'm not sure what exactly your problem is or what you are trying to do here. |
|
|
| Report Abuse |
|
|
|
| 12 May 2015 05:33 AM |
| I want that when I press the right mouse button the cutscene will be visible to all! |
|
|
| Report Abuse |
|
|
KingJacko
|
  |
| Joined: 20 Jun 2008 |
| Total Posts: 3944 |
|
|
| 12 May 2015 05:36 AM |
the camera can only be changed when it is a localscript in startergui or starterpack.
PS: im learning italian :D |
|
|
| Report Abuse |
|
|
|
| 12 May 2015 02:39 PM |
| Can you help me? Accept friend request please.. |
|
|
| Report Abuse |
|
|
|
| 12 May 2015 02:52 PM |
"the camera can only be changed when it is a localscript in startergui or starterpack." No. Wrong. LocalScripts don't work in StarterGui. LocalScripts don't work in StarterPack. |
|
|
| Report Abuse |
|
|
KingJacko
|
  |
| Joined: 20 Jun 2008 |
| Total Posts: 3944 |
|
| |
|
hdtv13
|
  |
| Joined: 18 Sep 2012 |
| Total Posts: 1628 |
|
|
| 12 May 2015 06:47 PM |
Jard... I run local scripts in both.
I have skin, potatoes have skin, therefore I'm a potato. |
|
|
| Report Abuse |
|
|