
TRIA.os Mapmaking Suite - Bulletin Board - Developer Forum
2023年6月17日 · TRIA.os Plugin Suite [TRIA] Plugin Suite was designed to improve the entire mapmaking process. From scripting with the comprehensive maplib, to finding audio, and using the many object types and events that TRIA offers, this plugin helps streamline the mapmaking process to make it as easy as possible, for new and experienced map makers of any kind. …
How to make a wallrun like Tria.os? - Scripting Support - Roblox
2025年2月15日 · Hello, I’m making a FE2 fangame, and I’m wondering how I could make something similar to Tria.os/Liquid Breakout’s wallrunning mechanic? I’ve got the walljump script, I just need help on how to make the player slide in the direction of the top face and make the player rotate when they move to a different wall. Example:
Asset is not trusted for this place - Scripting Support - Roblox
2020年5月5日 · I’m trying to use InsertService to load a model that doesn’t belong to the owner of the team create that I’m in. It returns “Asset is not trusted for this place” in the output when I try to load it. Anyone know a way to bypass this or ignore it if …
How a wallrun script works? (explaination needed) - Roblox
2020年7月22日 · What do you want to achieve? I want to make a wallrun script. What is the issue? I dont know how i can make it i need a explaination of a wallrun script so i can make my own script. 3.What solutions have you tried so far? I dont know how to make it so i …
[Update] Changes to Asset Privacy for Audio - Roblox
2022年3月16日 · [Update] Changes to Asset Privacy for Audio - Roblox ... Loading ...
"Asset is not trusted for this place" Module Scripts - Roblox
2019年10月14日 · The module must be uploaded to the group to be used in a group game. A group owner cannot use their own modules in a group game as the ownership is treated differently.
InsertService: User owns model, still errors 'Asset is not
2023年10月19日 · This bug started happening about 12 hours ago. I cannot insert any model which i have purchased into studio or an online game. The expected behaviour is that when I purchase a model created by another user I should be able to use InsertService to load it into my game. However, InsertService has started spitting out ‘Asset is not trusted for this place’ …
Asset Is Not Trusted For This Place - Scripting Support - Roblox
2021年12月21日 · I am using InsertService’s LoadAsset, and while I’m familiar to the fact that the “Asset Is Not Trusted For This Place” comes from when the owner of the place does not own a copy of the asset. However, what happens in the case of a group? In Studio, the asset (which is owned by my User, but not the group) loads in without issue. In Engine however, I get the …
How to make a wall run system - Scripting Support - Roblox
2021年6月15日 · I know this is something I can figure out on my own but it’s quite complex for me now, The thing I want to make is a wall Run system. I thought This code would work but soon I figured out that going the opposite direction of a part makes the character do things that I don’t intend on doing. The plan, Players Character would stick and slide the walls no matter of it’s …
How can I change Image of ImageButton/ImageLabel by button?
2022年10月22日 · So I want to make the button change image, when I click on button… Only what it does, the image just disappears.