Αποτελέσματα Αναζήτησης
11 Ιουλ 2021 · I’m trying to set shirt/pants using a script, but isn’t working (all permissions are enabled and no errors) game.ReplicatedStorage.RemoteEvent.OnServerEvent:Connect(function(Player, text, clothtype) local team = Pla…
- Opening the Template
Part of the Story Games series that teaches you to code in...
- Opening the Template
26 Απρ 2020 · The only way possible is then by inserting a shirt in game, adding the shirt ID, and then for example do. local s = game.Workspace.Shirt print(s.ShirtTemplate) But that’d be an extra step while you can just do it manually
6 Νοε 2020 · Change the clothing using the template ID (3079274231). Change clothing to the shirt you want to change. clothing = "rbxassetid://3079274231"
Shirt.ShirtTemplate. The content ID link pointing to the shirt template hosted on Roblox. This content ID is different than the website URL of the shirt. It can be found by pasting the website URL of the shirt into the ShirtTemplate property in Studio.
10 Σεπ 2021 · i’m making a character customization gui where a player type a shirt ID in a textbox and the text from the textbox get converted into a shirt template id. i tried many many thing but none of them worked. an example of t…
This guide covers the process of creating a classic clothes asset using the following steps: Designing an image for a T-shirt or Shirts and Pants using a third-party image processing program. Testing the look of the classic clothes in Studio.
Part of the Story Games series that teaches you to code in Roblox. Open the template used to code the story game experience.