Property cannot be assigned to
local OuterCore = Instance.new(“Part”,workspace) Core.CanCollide = false OuterCore.CanCollide = false Core.Position = Missile.Position OuterCore = Core.Position Core.BrickColor = BrickColor.new(“New Yeller”) OuterCore.BrickColor = BrickColor.new(“Neon orange”) Core.Transparency = 0.3 OuterCore.Transparency = 0.3 Literally no property can be assigned to the part except for parent. The error is “(property) cannot be assigned to”.This is inside a module script […]
Roblox Studio with Knit function signature changes when passed as an argument between service and module?
So through an event I use my SCP867Service:Test onto my Effect’s module
How do I open a frame in my screengui from pressing a button on my surfacegui? –Roblox Studio
I am coding a computer in roblox studio where on the monitor there is a login button and I want it where when a player hit that button a frame from my screengui. Ive been trying different codes but none worked. Mt recent script was a script. (I tried both local and normal script of this code both didnt work.) this script is in the button of the surfacegui.
Roblox Studio Lua: Detecting with Water reduces Health. How to make it stop when out of water
I want to make an area in which you lose health, but once out, you don’t.
So i have created a part, made transparency to 1
, and canCollide to false
, than put it inside of water.
This is a code i have
How to add a point to a leaderboard whenever a tool is used via Lua?
I’ve written some code that allows a player to take a sip of the item “OrangeJuiceTool” in the StarterPack, and whenever a sip is taken, the Sips value in the script update and add one, however whenever a sip is taken, no values are added. Here is my code: