Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why can't players see other players weapons?

Asked by
Jexpler 63
5 years ago
Edited 5 years ago

I have filtering enabled on in my game. For some reason, players cannot see other players weapons. They also can't see rank tag guis above other players heads. How do I fix this? UPDATE: Players do not see when other players team changes.

0
Are you doing all this on Client Side? popeeyy 493 — 5y
0
I'm not sure Jexpler 63 — 5y
0
If you are using any LocalScripts make sure to try and get anything to do with weapons and teams into a regular Script. If you want help with any of the scripts this is the place to ask ;) Hexcede 52 — 5y
0
Will making things a regular script instead of a lcoal script break anything? Jexpler 63 — 5y
View all comments (7 more)
0
It can depending on what the LocalScript uses. For example game.Players.LocalPlayer won't work because the script would be server sided meaning there is no player running the script. If any errors happen make sure to search for the function or property that cause them on the wiki. Hexcede 52 — 5y
0
What do I use instead of LocalPlayer then? Also, the morph gui I use is a local script and it needs to be. The modifications I made need to be a global script. Is it possible that to make something in a local script happen globally? Jexpler 63 — 5y
0
If you want to do something for every player you can use an event such as game.Players.PlayerAdded. And yes you can make a script do things globally but be warned that that whatever code you let the client run an exploiter can also run. I recommend these wiki articles: http://wiki.roblox.com/index.php?title=Converting_Experimental_Mode_Games http://wiki.roblox.com/index.php?title=API:Class/Players Hexcede 52 — 5y
0
The first article says how to make stuff from experimental work without it.I need old stuff to work with FE. Not the other way round. Jexpler 63 — 5y
0
The first article has examples of what it would look like before you convert it... Just read ahead of that a little bit and you'll see what I'm talking about. Hexcede 52 — 5y
0
Sorry for the confusion lol... I just want to make sure you see my comment if you haven't already left... I don't want you to give up and I don't want to give up either otherwise you won't learn and I can't help you ;). Hexcede 52 — 5y

Answer this question