Aramis
@aramisstefanica Tasks: 26
๐ ๏ธ 2 tools
๐ 810 karma
Visionary
Please do not hesitate to contact me or the support for any issues/need of assistance.
Joined: January 2025
Follow
Aramis's tools
-
586297236Released 6mo ago100% FreeMarco BeeGee๐ 3 karmaApr 10, 2025Very very nice itโs so detailed and so annoying, I like it much, cause I love cooking itโs my favourite hobby, to cook for friends and family
-
Effortlessly craft Roblox doors with AI-powered Lua scripts.Open1,187289298Released 7mo ago100% FreeHere is a script for a sniper rifle in Roblox that includes scope functionality and bullet drop simulation: ```lua -- SniperRifleScript.lua -- Services local Players = game:GetService("Players") local RunService = game:GetService("RunService") local TweenService = game:GetService("TweenService") local UserInputService = game:GetService("UserInputService") -- Variables local sniperRifle = script.Parent -- assume the script is a child of the sniper rifle model local player = Players.LocalPlayer local character = player.Character local humanoid = character:FindFirstChild("Humanoid") local camera = workspace.CurrentCamera local scopeOverlay = sniperRifle:FindFirstChild("ScopeOverlay") -- a GUI element to display the scope local fireMode = "Single" -- can be "Single" or "Auto" local bulletSpeed = 1000 -- meters per second local bulletDrop = 0.5 -- gravity multiplier local ammo = 10 -- starting ammo local reloadTime = 3 -- seconds local scopeZoom = 10 -- zoom multiplier -- Functions local function shoot() -- Check if the player has ammo if ammo > 0 then ammo -= 1 sniperRifle.Ammo.Value = ammo -- Calculate the direction of the shot local direction = camera.CFrame.lookVector -- Raycast to find the target local ray = Ray.new(camera.CFrame.Position, direction * 1000) local hit, position, normal = workspace:FindPartOnRay(ray) -- If a part is hit, create a bullet hole if hit then local bulletHole = Instance.new("Decal") bulletHole.Texture = "http://www.roblox.com/asset/?id=123456" -- replace with your bullet hole decal bulletHole.Parent = hit bulletHole.CFrame = CFrame.new(position, normal) end -- Simulate bullet drop local gravity = workspace.Gravity local bulletDrop Velocity = direction * bulletSpeed bulletDropVelocity.Y = bulletDropVelocity.Y - gravity * bulletDrop local bulletPosition = camera.CFrame.Position local bullet = Instance.new("Part") bullet.Anchored = true bullet.CanCollide = false bullet.Parent = workspace local bulletTween = TweenService:Create(bullet, TweenInfo.new(1, Enum.EasingStyle.Quad, Enum.EasingDirection.Out), {Position = bulletPosition + bulletDropVelocity * 1000}) bulletTween:Play() bulletTween:WaitForCompletion() bullet:Destroy() else -- Play an "out of ammo" sound effect sniperRifle.OutOfAmmoSound:Play() end end local function reload() -- Play a reload animation humanoid:LoadAnimation(sniperRifle.ReloadAnimatie).Play() -- Wait for the reload animation to finish wait(reloadTime) -- Refill ammo ammo = 10 sniperRifle.Ammo.Value = ammo sniperRifle.ReloadSound:Play() end -- Listeners local function InputBegan(input) if input.KeyCode == Enum.KeyCode.Mouse0 then shoot() elseif input.KeyCode == Enum.KeyCode.R then reload() end end local function InputChanged(input) if input.KeyCode == Enum.KeyCode.Mouse2 then -- Toggle scope scopeOverlay.Visible = not scopeOverlay.Visible camera.FieldOfView = scopeOverlay.Visible and 10 or 60 end end UserInputService.InputBegan:Connect(InputBegan) UserInputService.InputChanged:Connect(InputChanged) -- Initialize sniperRifle.Ammo.Value = ammo scopeOverlay.Visible = false camera.FieldOfView = 60 ``` This script assumes that you have already set up a sniper rifle model in Roblox Studio with the following elements: * A `ScopeOverlay` GUI element to display the scope * A `ReloadAnimatie` Animation to play when reloading * An `OutOfAmmoSound` Sound to play when out of ammo * A `ReloadSound` Sound to play when reloading * An `Ammo` IntValue to store the current ammo count The script uses the `UserInputService` to detect when the player presses the left mouse button to shoot, the right mouse button to toggle the scope, and the "R" key to reload. It also uses the `TweenService` to simulate the bullet's trajectory and gravity. Note that this script is just an example, and you will need to customize it to fit your specific game's requirements. You may also want to add additional features, such as bullet penetration, ricochet, or hit detection. I hope this helps! Let me know if you have any questions or need further assistance.
Aramis's lists
Comments
On World of Gami

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
May 23, 2025
It worked for me! Probably was an error that happened on the spot. I recommend trying again.
On SketchAI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
May 22, 2025
Seems to be working for me just fine. Perhaps try again?
On Ghibli Style - AI Photo to Anime Style Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 30, 2025
Hi yu, has the issue been fixed yet? Thank you in advance!
On Code99

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 28, 2025
Works for me, i suggest giving it a shot again
On ZeroGPT

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 28, 2025
Idk, it works for me. give it another shot
On Write My PRD

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 28, 2025
i tried just now and it seems that it works
On Knowbase

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 28, 2025
Works for me
On Musicfy

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 28, 2025
Seems to be working for me
On AI Client Finder by SynthMind

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 28, 2025
It is just very limited but it works.
On Humanize AI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 28, 2025
it does work for me. please try again
On SongGenerator.io

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 28, 2025
Works for me
On HitPaw Edimakor

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 26, 2025
Spoke with user, the virus issue got fixed.
On AI Image Upscaler

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 26, 2025
Spoke with user, the virus issue got fixed.
On WhyBot

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 26, 2025
It worked for me, I recommend trying again
On Video Studio AI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 22, 2025
Seems to be working for me
On Product-visualizer

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 22, 2025
Seems to be working for me.
On Mystic Teller

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 22, 2025
It is working now, give it a shot!
On Text To Book Cover

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 17, 2025
For me it worked. I recommend trying again.
On 60sec.site

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 17, 2025
Works as of 2025, so it was probably a temporary issue back then
On Mytales

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 17, 2025
It worked for me, and the wait was less than a minute. I recommend trying again
On CreatorsAGI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 16, 2025
It may have been a temporary problem, I tried it now and had no issues. I recommend trying again
On Breadcrumb

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 15, 2025
Allowed me to log in using a google account, if thatโs what you are referring to. Perhaps try again?
On Captiongenerator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 15, 2025
Hey there! Quick question โ did you already purchase the subscription and itโs not working, or were you just assuming that because thereโs no free trial? Just want to make sure I understand where youโre coming from.
On React GPT Designer

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 15, 2025
Seems to be working for me. I suggest giving it a shot again!
On docAnalyzer.ai

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 15, 2025
It seemed fine for me. I recommend trying again.
On LearningStudioAI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 15, 2025
Yup, worked for me. Give it a shot again!
On Wonderplan

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 15, 2025
I donโt know, it worked pretty fine for me. Perhaps try again?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 15, 2025
Thank you for the honest feedback, appreciate it! But out of pure curiosity, what was the prompt used?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 15, 2025
Hey! Unfortunate to hear that. What was the prompt that you tried using?
On Pageon AI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 10, 2025
At the moment it works for me, perhaps try again?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
We really appreciate the positive feedback, glad you are enjoying the content!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Glad to hear that. Appreciate the positive feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Hey! Thank you for the positive feedback! There are also different tools on our site, some of them that are made specifically for logos. You should check them out!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Love the amazing feedback! Thank you!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Thank you! We appreciate the positive feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Glad you like it!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Thank you for the positive feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Grateful for the support!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Truly appreciate it :)
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
We are glad that you do! Appreciate the feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
The issue has been fixed, you can try now!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
The generation got fixed, please try again.
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Hello! Yeah, those types of words are censored. Thank you for the feedback.
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Hey, there must have been an issue. Perhaps try again?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Glad to hear that! Thank you for the positive feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
We are glad that you appreciate our effort, and enjoy the tool!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Hello! I tried generating different religious images with different prompts and I had no issues. I recommend trying again, and thank you for the feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Really glad to hear that, appreciate the feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
The speed issue should be fixed, thank you for using our tool!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
We appreciate the support!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Hello! What was the prompt that you tried using?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Hey! The issue with the slow loading should be fixed.
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Hey! Unfortunate to hear that. What was the image that you tried generating?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Really glad to hear that!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Thank you for the amazing support!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
There was probably a banned word within your prompt. Appreciate the feedback nonetheless!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Thank you for the positive feedback! Really appreciate it.
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Thank you! Enjoy the tool
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Thank you for the support!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Hey! Thank you for the feedback. What exactly impacted your experience?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Can you try again? That issue should be fixed. Looking forward to your feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Appreciate the feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
AI is amazing, isnโt it?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Thank you for the great feedback! Always here to assure the best :)
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Sad to hear that. What was the feature that impacted your experience?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 8, 2025
Thank you for the great feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 6, 2025
Hello, thank you for the positive feedback!
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 6, 2025
Hey! What prompt were you looking to use for generation?
On Image Generator

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 6, 2025
Hello! What upgrade are you thinking of adding to the tool? Feedback is always appreciated.
On Humanize AI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 4, 2025
worked for me, perhaps try again?
On Omniscience

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 4, 2025
works for me
On Perchance

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 4, 2025
seems to be working for me, try again perhaps
On Concierge AI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 3, 2025
Seems to be working for me.
On Seeker

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 3, 2025
Are you sure that it got deleted? I can easily access it.
On Fineshare

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 3, 2025
Seems to be working for me. Maybe try again?
On ImgGen

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 3, 2025
It lets me, maybe try again?
On Soofy

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 3, 2025
Seems to be working for me, perhaps try again?
On TalkTonic AI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 3, 2025
It works for me, try creating an account and speak
On TalkTonic AI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 3, 2025
It seems to be working for me, maybe try again? But make sure to create an account before.
On Intvu

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 3, 2025
Seems to be working fine for me.
On Amnesia

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 2, 2025
Seems to be working now
On GPT-4V

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 1, 2025
It does work
On MagicSlides.app

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 1, 2025
Seems to have worked for me
On Inquisite

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 1, 2025
Worked for me, maybe try again
On Inquisite

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Apr 1, 2025
Seems to be working for me, try again now?
On MapMindAI

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Mar 27, 2025
It works for me
On Rune Content

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Mar 26, 2025
Try again, it worked for me
On MagicSlides.app

Aramis
๐ ๏ธ 2 tools
๐ 810 karma
Mar 26, 2025
Works for me