#laser gun gamepass script

1 messages · Page 1 of 1 (latest)

frigid minnow
#

im trying to make a script that when the imagebutton is clicked and it is bought it gives them the HyperlaserGun but when i buy it it doesnt give me the gun

#

yes its chatgpt

nova crystal
#

nobody wants to debug your ai slop. Learn to code, you won't get anywhere otherwise

#

Follow these to get a basic understanding, look at anything in #4 that your interested in or need.

  1. https://create.roblox.com/docs/tutorials/fundamentals/coding-1/coding-fundamentals - Roblox's coding fundamentals course, teaches the basics of writing code ("Next" button at bottom of each page)
  2. https://create.roblox.com/docs/tutorials - Roblox's step by step tutorials
  3. https://create.roblox.com/docs/scripting - Once you know the basis, use this to learn more about scripting. Theres also a link to a Basic gameplay tutorial you can take.
  4. https://create.roblox.com/docs/creation - Guides & Documentation by roblox that teach you everything about studio and coding in more detail (Look to the left for everything)

Once you understand scripting & studio, read the documentation to understand anything you want
https://create.roblox.com/docs/reference/engine

Alternative lua(u) resources

Extra (mostly language agnostic) resources

Be careful watching youtube tutorials for roblox, most of them are poorly made and will teach you bad concepts.

If you use an llm (like Chat GPT), don't rely on it for code generation or describing things. You won't learn anything and you won't know when its descriptions are wrong. The most they are useful for is showing you where to look in the documentation or online for the information you need.