Second Life logo
Second Life
Create
Roadmap
Feedback
šŸ“ƒ SLua Alpha
48
Log in to your Second Life account to giveĀ feedback

    Boards

  • ✨ Feature Requests

  • 🪰 Viewer Bug Reports

  • Web/Marketplace Features

  • Web/Marketplace Bugs

  • Scripting Features

  • Scripting Bugs

  • Land & Public Works

  • Server Bugs

  • Scripted Agents

  • Character Designer

  • Browser-based Viewer

  • šŸ† SLua Showcase

  • šŸ“ƒ SLua Alpha

  • SLua Announcements

PoweredĀ byĀ Canny

šŸ“ƒ SLua Alpha

General discussion and feedback on Second Life's SLua Alpha
The type checking warnings are not displayed
Using strict type checking doesn't display warnings in the Script Warning/Error window --!strict local function add(a: number, b: number): number return a + b end local result1: number = add(3, 4) -- Should work fine local result2: number = add("3", 4) -- Should trigger a type error in strict mode This code in Luau/Roblox displays this warning: Type Error: (8,29) Type 'string' could not be converted into 'number'
4
Ā·
tracked
Inventory can't be changed
I can create notecards and save the content, but I don't see that notecard in my inventory. So, it's not really saved. The same with new builds. Or even when I click on a prim that contains a content giver script. Nothing appears in my inventory.
11
Ā·
tracked
in the SLua editor, "uuid" is not highlighted, but "key" is
Second Life Project Lua Editor 7.1.12.13858460198 (64bit) ----------------------------------------------------------- myUuid = uuid("0f16c0e1-384e-4b5f-b7ce-886dda3bce41") -- "uuid" is not highlighted, integer, vector and rotation/quaternion are someTable = {} for key, value in pairs(someTable) do -- the variable "key" is highlighted -- something end
5
Ā·
tracked
PoweredĀ byĀ Canny