#I need to update a bool in the enemys BodyUI script from the player who plays the card "HC()".

1 messages · Page 1 of 1 (latest)

amber raft
#

https://github.com/fatoastcatbruh/Script

Really need some help fixing something. Im making a multiplayer card game about diseases. I need to update a bool in the enemys BodyUI script from the player who plays the card "HC()". Right now the player playing the card doesnt have access to the other players BodyUI script for some reason. Pls help thanks 🙂

GitHub

Card Hand. Contribute to fatoastcatbruh/Script development by creating an account on GitHub.

inner elk
#

What network library are you using? Usually you would use an RPC to send updates to the other client

amber raft
#

sorry im really new to multiplayer development. whats a network library?

#

im using Alteruna to manage my network if thats what you mean

inner elk