TAAFT
Free mode
100% free
Freemium
Free Trial
Deals
Create tool

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

Aramis's tools

  • TinyChef
    Create whimsical scenes of tiny chefs on giant food
    Open
    586
    297
    4.4
    236
    Released 6mo ago
    100% Free
    Very 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
  • Roblox Sprint Script LUA Generator
    Effortlessly craft Roblox doors with AI-powered Lua scripts.
    Open
    1,187
    289
    3.3
    298
    Released 7mo ago
    100% Free
    Here 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

Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It worked for me! Probably was an error that happened on the spot. I recommend trying again.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working for me just fine. Perhaps try again?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Hi yu, has the issue been fixed yet? Thank you in advance!
On Code99
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Works for me, i suggest giving it a shot again
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Idk, it works for me. give it another shot
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
i tried just now and it seems that it works
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Works for me
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working for me
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It is just very limited but it works.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
it does work for me. please try again
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Works for me
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Spoke with user, the virus issue got fixed.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Spoke with user, the virus issue got fixed.
On WhyBot
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It worked for me, I recommend trying again
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working for me
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working for me.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It is working now, give it a shot!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
For me it worked. I recommend trying again.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Works as of 2025, so it was probably a temporary issue back then
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It worked for me, and the wait was less than a minute. I recommend trying again
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It may have been a temporary problem, I tried it now and had no issues. I recommend trying again
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Allowed me to log in using a google account, if thatโ€™s what you are referring to. Perhaps try again?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
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.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working for me. I suggest giving it a shot again!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It seemed fine for me. I recommend trying again.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Yup, worked for me. Give it a shot again!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
I donโ€™t know, it worked pretty fine for me. Perhaps try again?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Thank you for the honest feedback, appreciate it! But out of pure curiosity, what was the prompt used?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hey! Unfortunate to hear that. What was the prompt that you tried using?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
At the moment it works for me, perhaps try again?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
We really appreciate the positive feedback, glad you are enjoying the content!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Glad to hear that. Appreciate the positive feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
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!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Love the amazing feedback! Thank you!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Thank you! We appreciate the positive feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Glad you like it!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Thank you for the positive feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Grateful for the support!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Truly appreciate it :)
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
We are glad that you do! Appreciate the feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
The issue has been fixed, you can try now!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
The generation got fixed, please try again.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hello! Yeah, those types of words are censored. Thank you for the feedback.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hey, there must have been an issue. Perhaps try again?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Glad to hear that! Thank you for the positive feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
We are glad that you appreciate our effort, and enjoy the tool!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
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!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Really glad to hear that, appreciate the feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
The speed issue should be fixed, thank you for using our tool!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
We appreciate the support!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hello! What was the prompt that you tried using?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hey! The issue with the slow loading should be fixed.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hey! Unfortunate to hear that. What was the image that you tried generating?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Really glad to hear that!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Thank you for the amazing support!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
There was probably a banned word within your prompt. Appreciate the feedback nonetheless!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Thank you for the positive feedback! Really appreciate it.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Thank you! Enjoy the tool
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Thank you for the support!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hey! Thank you for the feedback. What exactly impacted your experience?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Can you try again? That issue should be fixed. Looking forward to your feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Appreciate the feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
AI is amazing, isnโ€™t it?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Thank you for the great feedback! Always here to assure the best :)
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Sad to hear that. What was the feature that impacted your experience?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Thank you for the great feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hello, thank you for the positive feedback!
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hey! What prompt were you looking to use for generation?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Rated it
Hello! What upgrade are you thinking of adding to the tool? Feedback is always appreciated.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
worked for me, perhaps try again?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
works for me
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
seems to be working for me, try again perhaps
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working for me.
On Seeker
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Are you sure that it got deleted? I can easily access it.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working for me. Maybe try again?
On ImgGen
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It lets me, maybe try again?
On Soofy
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working for me, perhaps try again?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It works for me, try creating an account and speak
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
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
Seems to be working fine for me.
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working now
On GPT-4V
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It does work
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to have worked for me
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Worked for me, maybe try again
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Seems to be working for me, try again now?
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
It works for me
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Try again, it worked for me
Aramis
๐Ÿ› ๏ธ 2 tools ๐Ÿ™ 810 karma
Works for me
0 AIs selected
Clear selection
#
Name
Task