|
| 21 Mar 2016 06:08 PM |
So i made a button than simply turns the transparency of a picture to 0 and it works fine but only for my character? My friends cant see the change in transparency. Why is this?
My Code:
pic = game.Workspace.FDSStats.Part2.Decal
script.Parent.MouseButton1Click:connect(function() pic.Transparency = 0 wait(5) pic.Transparency = 1 end)
What am i doing wrong? |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2016 06:16 PM |
| Your friends are probably lying.... |
|
|
| Report Abuse |
|
|
xEnforcer
|
  |
| Joined: 03 Jun 2011 |
| Total Posts: 1077 |
|
|
| 21 Mar 2016 06:32 PM |
add a print() statement in the function to see if it actually runs when you click it
also for debugging, use server not solo |
|
|
| Report Abuse |
|
|
blugote
|
  |
| Joined: 28 Nov 2015 |
| Total Posts: 103 |
|
|
| 21 Mar 2016 07:03 PM |
Check the output, are there any errors? Also, make sure FE is disabled.
"also for debugging, use server not solo" afaik if you're not in FE this shouldn't matter
|
|
|
| Report Abuse |
|
|
blugote
|
  |
| Joined: 28 Nov 2015 |
| Total Posts: 103 |
|
|
| 21 Mar 2016 07:04 PM |
scratch what i just said, test servers can be useful in non-fe situations, just not this one
|
|
|
| Report Abuse |
|
|