|
| 30 Sep 2015 12:51 AM |
Hey I just made some animations for a game but when I use them only I can see them.
Nobody else can see mine or their own. How can I fix this problem? |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 12:52 AM |
| I think that's because the moderators didn't accept your decals yet. You did use decals, right? |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 12:52 AM |
Maybe your computer works better than others.
Pika |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 12:52 AM |
show me your script that imports the animations
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 12:54 AM |
| did you try turning it off & on |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 12:57 AM |
bin = script.Parent local humanoid = nil local animation = nil local enabled = false
function onSelected(mouse) print("onSelected") humanoid = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") if humanoid ~= nil then animation = humanoid:LoadAnimation(script.Parent.LeftPunch) end mouse.Button1Down:connect(function() blow() end) end
function blow() print("blow") if enabled then return end enabled = true
animation:Play() wait()
enabled = false end
bin.Selected:connect(onSelected)
|
|
|
| Report Abuse |
|
|
Gorw
|
  |
| Joined: 02 Mar 2011 |
| Total Posts: 4722 |
|
|
| 30 Sep 2015 12:58 AM |
try adding more ram
bottle bing ( ͡~ ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 12:59 AM |
1. you didn't give it a weight 2. is this a local script 3.1 doesn't matter
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:00 AM |
| Yeah it's a local script. Inside a hopperbin. |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:00 AM |
there you go problem solved
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:02 AM |
Not at all.
If I used mine and I can see my animation being played.
When they use theirs shouldn't they see theres also? |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:03 AM |
1. local scripts are for clients ONLY not servers 2. Hopper bins are so outdated
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:06 AM |
You aren't comprehending me at all.
Yes they are for clients ONLY.
When players use the tool --> themselves <--- they should be able to see their --> own <-- animations then. Right?
And well I needed a tool that didn't have a part to play the animation. |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:10 AM |
should work
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:11 AM |
The problem is, it isn't.
They can't see their own animations from the tool. |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:11 AM |
I tested it and it does work xD
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:14 AM |
| Exactly! It works for me too, but not for them for some reason! |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:14 AM |
ooooh i see now Players.Player1.Backpack.Punch.Script:8: attempt to index field 'LocalPlayer' (a nil value) put in a few WaitForChild or a characterloaded func
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:14 AM |
| Admins needs to approve it, duh. |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:19 AM |
| @hiim did you put it in a LocalScript or script? |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:22 AM |
script
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:23 AM |
| LocalPlayer doesn't work with Script, only LocalScript. |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:23 AM |
then its working in the client, i tested it with a local script
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:24 AM |
| I tried it on another laptop and it doesn't work for the Player. I think it's like was said before that the computer might not be good enough? |
|
|
| Report Abuse |
|
|
|
| 30 Sep 2015 01:25 AM |
I don't think it would effect it in that way
http://www.roblox.com/--item?id=301828202 |
|
|
| Report Abuse |
|
|