Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
Object Visibility
[Tips]
ID:2150462
Sep 21 2016, 4:27 pm
(See the
best response
by Ter13.)
Syama108
Hi, wondering if there is a way to make objects visible to only yourself.
Sep 21 2016, 6:03 pm
Best response
Ter13
You can create an /image and set its override variable to 1. set the loc of the image object to the object you want to change.
Images can be made visible to a player by adding that image object to a specific client object's /images list.
This will allow you to create objects that appear differently to different players.
Sep 22 2016, 3:37 pm
Syama108
Thanks dude.
Copyright © 2025 BYOND Software. All rights reserved.
Images can be made visible to a player by adding that image object to a specific client object's /images list.
This will allow you to create objects that appear differently to different players.